X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=27dafa5c03130f5477ad9dc49eb7e8c755744889;hp=44e902abab20cb4bcced9e1b42eb87988a56b22e;hb=c9ef00c67a47448e92398a5dce6ce5b74e77783a;hpb=fe1fec5e5f0799e03f6a3473dc56511bc00f26eb 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();