better handling of log messages (internal stuff only)
[quassel.git] / src / qtui / debuglogwidget.h
index 476a80a..fb1c482 100644 (file)
@@ -30,7 +30,7 @@ public:
   DebugLogWidget(QWidget *parent = 0);
 
 private slots:
-  void logUpdated();
+  void logUpdated(const QString &msg);
 
 private:
   Ui::DebugLogWidget ui;