X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsearchbar.h;h=d0068b92524a65d7a79ea61d2a6174e7028a01ff;hp=d89e2a1889c86d4e78972e0efc42b9539a8d01da;hb=5ba28fb36a747bd9a2c05a58f0533d1e38c2a0de;hpb=49f966fd9c04f3aa3149be73bb61b8e1781ce1c2 diff --git a/src/qtui/chatviewsearchbar.h b/src/qtui/chatviewsearchbar.h index d89e2a18..d0068b92 100644 --- a/src/qtui/chatviewsearchbar.h +++ b/src/qtui/chatviewsearchbar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,6 +24,7 @@ #include "ui_chatviewsearchbar.h" #include +#include class QAction; @@ -44,8 +45,17 @@ public: public slots: void setVisible(bool); +signals: + void searchChanged(const QString &); + void hidden(); + +private slots: + void delaySearch(); + void search(); + private: Ui::ChatViewSearchBar ui; + QTimer _searchDelayTimer; }; #endif //CHATVIEWSEARCHBAR_H