X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogwidget.h;h=2e91d559cea9a9a205c2274c51df599a0b750903;hp=476a80afa0e0583b8d69eeeb31f1e3f95d63cfd6;hb=79fbcfb49f7cc92a89f0158ebac1a3006a559e8a;hpb=dac44bc744a66eae63f85f0612221f869afcf9ce;ds=sidebyside diff --git a/src/qtui/debuglogwidget.h b/src/qtui/debuglogwidget.h index 476a80af..2e91d559 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-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -30,7 +30,7 @@ public: DebugLogWidget(QWidget *parent = 0); private slots: - void logUpdated(); + void logUpdated(const QString &msg); private: Ui::DebugLogWidget ui;