X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogwidget.h;h=da7231eddde207652a39c49cbcae2ecaa6aee2c8;hp=476a80afa0e0583b8d69eeeb31f1e3f95d63cfd6;hb=8fe8accd73abf77ab21d2d1c1346d2bc5c4de2ff;hpb=dac44bc744a66eae63f85f0612221f869afcf9ce diff --git a/src/qtui/debuglogwidget.h b/src/qtui/debuglogwidget.h index 476a80af..da7231ed 100644 --- a/src/qtui/debuglogwidget.h +++ b/src/qtui/debuglogwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef DEBUGLOGWIDGET_H @@ -23,17 +23,19 @@ #include "ui_debuglogwidget.h" -class DebugLogWidget : public QWidget { - Q_OBJECT +class DebugLogWidget : public QWidget +{ + Q_OBJECT public: - DebugLogWidget(QWidget *parent = 0); + DebugLogWidget(QWidget *parent = 0); private slots: - void logUpdated(); + void logUpdated(const QString &msg); private: - Ui::DebugLogWidget ui; + Ui::DebugLogWidget ui; }; + #endif //DEBUGLOGWIDGET_H