X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=db8049d3881341009ef1081ad80584a6fe9a4727;hp=80f1ec0ab33e701c5aff00bd2478540edf657cb8;hb=c19a8e707391d74a80e9e7d4ef46f496284d9f49;hpb=770b7ef54b03f3ebd1e29a58b4757505e1809b2d diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index 80f1ec0a..db8049d3 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.h @@ -50,10 +50,8 @@ public: void mapProperty(int column, int role, QObject *target, const QByteArray &property); QModelIndex currentIndex(); + void setCurrentIndex(const QModelIndex &newCurrent); -private slots: - void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); - private: SelectionModelSynchronizer _selectionModelSynchronizer; ModelPropertyMapper _propertyMapper;