Prevent ChatView from scrolling up 1px on buffer switch, fixes #544
[quassel.git] / src / qtui / debuglogwidget.h
index 476a80a..2e91d55 100644 (file)
@@ -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  *
  *   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:
   DebugLogWidget(QWidget *parent = 0);
 
 private slots:
-  void logUpdated();
+  void logUpdated(const QString &msg);
 
 private:
   Ui::DebugLogWidget ui;
 
 private:
   Ui::DebugLogWidget ui;