X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.h;h=b0bc9704c6947f7bca818b353d74e264a9e5a84f;hb=a0e333e994dce2d949a84930293382020e724596;hp=002a686dc56188c53ef5f406fbfd4120bdd15efd;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;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;