X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=2d6f4b478b08ce987472f95f29ff7d2ccd38da66;hb=4ed404c7a72dd21bb06b003274ae544ab5ca1ad7;hp=80f1ec0ab33e701c5aff00bd2478540edf657cb8;hpb=770b7ef54b03f3ebd1e29a58b4757505e1809b2d;p=quassel.git diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index 80f1ec0a..2d6f4b47 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.h @@ -51,9 +51,6 @@ public: QModelIndex currentIndex(); -private slots: - void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); - private: SelectionModelSynchronizer _selectionModelSynchronizer; ModelPropertyMapper _propertyMapper;