X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=5a091b8cacacde67fe69c568f279de1a4d92aae3;hp=6c95f9b46d995cb24048da634a76b9834a0bcd07;hb=36b2b9680ff608f41c681b8c23865abb06a2464c;hpb=ec17201104f75eafaddccc174de8709b42b15ccb 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;