X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.h;h=b0bc9704c6947f7bca818b353d74e264a9e5a84f;hp=09759cdbf0da3cbd84d7e71b018cb49ae015ecc3;hb=f9efdde7f3a6004af8f834c409cfa6ae1d877692;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/qtui/titlesetter.h b/src/qtui/titlesetter.h index 09759cdb..b0bc9704 100644 --- a/src/qtui/titlesetter.h +++ b/src/qtui/titlesetter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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;