X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fbufferviewwidget.h;h=15c9b303c60d86b04b9c32c6a0165824b7712011;hp=347626e2fc7438d7fdd2aee37d190b0ba095ec59;hb=4bfbd8dcbcb398302aaad0b6707c561760d7a7ac;hpb=9b577202cff410b8a2f179fd9f3e33353e913cc7 diff --git a/src/qtopia/bufferviewwidget.h b/src/qtopia/bufferviewwidget.h index 347626e2..15c9b303 100644 --- a/src/qtopia/bufferviewwidget.h +++ b/src/qtopia/bufferviewwidget.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 * @@ -31,8 +31,9 @@ class BufferViewWidget : public QDialog { public: BufferViewWidget(QWidget *parent = 0); - ~BufferViewWidget(); + virtual ~BufferViewWidget(); + virtual void accept(); private: void addPage(const QString &title, const BufferViewFilter::Modes &mode, const QList &nets);