X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=5a091b8cacacde67fe69c568f279de1a4d92aae3;hb=c9ef00c67a47448e92398a5dce6ce5b74e77783a;hp=579d8fbf564d32ca59708d9ca216b422de47d85f;hpb=e671e9da1edaab37ec403f575979f9a92a766e9a;p=quassel.git diff --git a/src/qtui/nicklistwidget.h b/src/qtui/nicklistwidget.h index 579d8fbf..5a091b8c 100644 --- a/src/qtui/nicklistwidget.h +++ b/src/qtui/nicklistwidget.h @@ -5,7 +5,7 @@ * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -36,6 +36,10 @@ class NickListWidget : public QWidget { public slots: void setBuffer(Buffer *); + void reset(); + + private slots: + void bufferDestroyed(QObject *); private: Ui::NickListWidget ui;