X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.h;h=b0bc9704c6947f7bca818b353d74e264a9e5a84f;hb=e2188dc438be6f3eb0d9cdf47d28821aefe9835e;hp=002a686dc56188c53ef5f406fbfd4120bdd15efd;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609;p=quassel.git diff --git a/src/qtui/titlesetter.h b/src/qtui/titlesetter.h index 002a686d..b0bc9704 100644 --- a/src/qtui/titlesetter.h +++ b/src/qtui/titlesetter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -33,8 +33,8 @@ public: TitleSetter(MainWin *parent); protected slots: - virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); - virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); + void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override; + void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) override; private: MainWin *_mainWin;