Cleaned up window titles of widgets etc. Bu-bye "Forms", nice to know ya.
[quassel.git] / src / uisupport / bufferview.h
index 6e67412..31c5ea5 100644 (file)
@@ -45,6 +45,7 @@ private slots:
   void joinChannel(const QModelIndex &index);
   void keyPressEvent(QKeyEvent *);
   void rowsInserted (const QModelIndex & parent, int start, int end);
+  void toggleHeader(bool checked);
 };