X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=fbe872464a11691034b657427f64c705f4ce9bf4;hp=14270ab1f44629d3c89051b05139c7337f535cd7;hb=23eed68958b7585552be04fab4e5871a781b7f38;hpb=42ce41212deabaf284cc496760cb901b9e3b4dc4 diff --git a/src/client/modelpropertymapper.h b/src/client/modelpropertymapper.h index 14270ab1..fbe87246 100644 --- a/src/client/modelpropertymapper.h +++ b/src/client/modelpropertymapper.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -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();