X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=db8049d3881341009ef1081ad80584a6fe9a4727;hb=e9f87d7542d4a9fe0e9c63dec96e93d270667ecd;hp=2d6f4b478b08ce987472f95f29ff7d2ccd38da66;hpb=23eed68958b7585552be04fab4e5871a781b7f38;p=quassel.git 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;