X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fnicklistwidget.h;h=fe9a10e4af7f03cc33e72ecf34e13e9a097320d2;hb=fe1fec5e5f0799e03f6a3473dc56511bc00f26eb;hp=7d1b109477f3d7e74c5f69a149d3591571ee8cbf;hpb=69952553cf2f5248a0c7e964d6d5844065d26612;p=quassel.git diff --git a/src/qtopia/nicklistwidget.h b/src/qtopia/nicklistwidget.h index 7d1b1094..fe9a10e4 100644 --- a/src/qtopia/nicklistwidget.h +++ b/src/qtopia/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 * @@ -39,6 +39,9 @@ class NickListWidget : public QDialog { void setBuffer(Buffer *); void reset(); + private slots: + void bufferDestroyed(QObject *); + private: Ui::NickListWidget ui; QHash nickViews;