X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=db8049d3881341009ef1081ad80584a6fe9a4727;hb=236e70030428e5b85309d6ddb97b772fa3efe61a;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;