X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=263195f303c2dd0836e3749e49bf1eb5885b492a;hp=44e902abab20cb4bcced9e1b42eb87988a56b22e;hb=46d75f41de7c1aaee605c096da28d4b0d8abf138;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/client/modelpropertymapper.h b/src/client/modelpropertymapper.h index 44e902ab..263195f3 100644 --- a/src/client/modelpropertymapper.h +++ b/src/client/modelpropertymapper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();