as a result of semi boredom and since it bugged me for quite a while:
[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);
 };