X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=14270ab1f44629d3c89051b05139c7337f535cd7;hp=988efa8f03439d8934b21b2dffac22771318755a;hb=99fb0a0f1f66ae5117fa64cc204256e5b3a19499;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3 diff --git a/src/client/modelpropertymapper.h b/src/client/modelpropertymapper.h index 988efa8f..14270ab1 100644 --- a/src/client/modelpropertymapper.h +++ b/src/client/modelpropertymapper.h @@ -46,6 +46,7 @@ public: void removeMapping(int column, int role, QObject *target, const QByteArray &property); public slots: + void setCurrentIndex(const QModelIndex ¤t, const QModelIndex &previous); void setCurrentRow(const QModelIndex ¤t, const QModelIndex &previous); private slots: