Refactoring the GUI. Work in progress.
[quassel.git] / gui / bufferview.h
index 6fcadf8..9daee9f 100644 (file)
@@ -78,7 +78,7 @@ class BufferView : public QTreeView {
   
     void dragEnterEvent(QDragEnterEvent *);
 
-  protected:
+  protected slots:
     void rowsInserted (const QModelIndex & parent, int start, int end);
 };