X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsearchbar.h;h=35ebfd1443c865d50a74c94624b2af1897533527;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hp=fe8228494a227edde17031cde406dcdc7d360d68;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49;p=quassel.git diff --git a/src/qtui/chatviewsearchbar.h b/src/qtui/chatviewsearchbar.h index fe822849..35ebfd14 100644 --- a/src/qtui/chatviewsearchbar.h +++ b/src/qtui/chatviewsearchbar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 &);