X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fbufferview.h;h=6fcadf86e345d76b21a6fb0be72ae8fbbbf57768;hp=9daee9f1a3daa8a505ec7a3410e919f2c7f8a891;hb=4ccba157efd91e531a3106012f5d54ba372a0292;hpb=26586e615ffe42bb2b1b307ed1324a6e3051f5da diff --git a/gui/bufferview.h b/gui/bufferview.h index 9daee9f1..6fcadf86 100644 --- a/gui/bufferview.h +++ b/gui/bufferview.h @@ -78,7 +78,7 @@ class BufferView : public QTreeView { void dragEnterEvent(QDragEnterEvent *); - protected slots: + protected: void rowsInserted (const QModelIndex & parent, int start, int end); };