X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fmodelpropertymapper.h;h=44e902abab20cb4bcced9e1b42eb87988a56b22e;hb=4bfbd8dcbcb398302aaad0b6707c561760d7a7ac;hp=988efa8f03439d8934b21b2dffac22771318755a;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3;p=quassel.git diff --git a/src/client/modelpropertymapper.h b/src/client/modelpropertymapper.h index 988efa8f..44e902ab 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-07 by the Quassel IRC Team * * 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 * @@ -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: