X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=5a091b8cacacde67fe69c568f279de1a4d92aae3;hb=c9ef00c67a47448e92398a5dce6ce5b74e77783a;hp=6c95f9b46d995cb24048da634a76b9834a0bcd07;hpb=ec17201104f75eafaddccc174de8709b42b15ccb;p=quassel.git diff --git a/src/qtui/nicklistwidget.h b/src/qtui/nicklistwidget.h index 6c95f9b4..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 * @@ -38,6 +38,9 @@ class NickListWidget : public QWidget { void setBuffer(Buffer *); void reset(); + private slots: + void bufferDestroyed(QObject *); + private: Ui::NickListWidget ui; QHash nickViews;