X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=5a091b8cacacde67fe69c568f279de1a4d92aae3;hp=579d8fbf564d32ca59708d9ca216b422de47d85f;hb=2517c75cb456db066aec68f99eed6e42d12a827d;hpb=e671e9da1edaab37ec403f575979f9a92a766e9a 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;