X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=27dafa5c03130f5477ad9dc49eb7e8c755744889;hb=012e3de3c07f201ec337ebe586190281c83c9e5b;hp=44e902abab20cb4bcced9e1b42eb87988a56b22e;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016;p=quassel.git diff --git a/src/client/modelpropertymapper.h b/src/client/modelpropertymapper.h index 44e902ab..27dafa5c 100644 --- a/src/client/modelpropertymapper.h +++ b/src/client/modelpropertymapper.h @@ -48,6 +48,7 @@ public: public slots: void setCurrentIndex(const QModelIndex ¤t, const QModelIndex &previous); void setCurrentRow(const QModelIndex ¤t, const QModelIndex &previous); + void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); private slots: void targetDestroyed();