X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatviewsearchbar.h;h=35ebfd1443c865d50a74c94624b2af1897533527;hb=900cce213a6ed000b7131a05a0dec7d04b35b023;hp=d7cb71b08088f7037423a7bc90f81fdee782ca65;hpb=1cb02004ee5973b89368bd84f234d4652794690d;p=quassel.git diff --git a/src/qtui/chatviewsearchbar.h b/src/qtui/chatviewsearchbar.h index d7cb71b0..35ebfd14 100644 --- a/src/qtui/chatviewsearchbar.h +++ b/src/qtui/chatviewsearchbar.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,7 +33,7 @@ class ChatViewSearchBar : public QWidget Q_OBJECT public: - ChatViewSearchBar(QWidget *parent = 0); + ChatViewSearchBar(QWidget *parent = nullptr); inline QLineEdit *searchEditLine() const { return ui.searchEditLine; } inline QCheckBox *caseSensitiveBox() const { return ui.caseSensitiveBox; } @@ -44,7 +44,7 @@ public: inline QToolButton *searchDownButton() const { return ui.searchDownButton; } public slots: - void setVisible(bool); + void setVisible(bool) override; signals: void searchChanged(const QString &);