X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=db8049d3881341009ef1081ad80584a6fe9a4727;hp=2d6f4b478b08ce987472f95f29ff7d2ccd38da66;hb=c19a8e707391d74a80e9e7d4ef46f496284d9f49;hpb=23eed68958b7585552be04fab4e5871a781b7f38 diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index 2d6f4b47..db8049d3 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.h @@ -50,6 +50,7 @@ public: void mapProperty(int column, int role, QObject *target, const QByteArray &property); QModelIndex currentIndex(); + void setCurrentIndex(const QModelIndex &newCurrent); private: SelectionModelSynchronizer _selectionModelSynchronizer;