X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmappedselectionmodel.h;h=a59ea253f00062a7668c51e4890edc9c7c6290e2;hp=35f3618096d7a16f00b1f515e6f771eb4e48dae9;hb=28e33cd3255a838a045303bed073f4f9c40a3af4;hpb=85cc2479ab9bd85b33f4d8494b1eeeb46a6a1049 diff --git a/src/client/mappedselectionmodel.h b/src/client/mappedselectionmodel.h index 35f36180..a59ea253 100644 --- a/src/client/mappedselectionmodel.h +++ b/src/client/mappedselectionmodel.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 * @@ -41,10 +41,10 @@ public: const QAbstractProxyModel *proxyModel() const; QModelIndex mapFromSource(const QModelIndex &sourceIndex); - QItemSelection mapFromSource(const QItemSelection &sourceSelection); + QItemSelection mapSelectionFromSource(const QItemSelection &sourceSelection); QModelIndex mapToSource(const QModelIndex &proxyIndex); - QItemSelection mapToSource(const QItemSelection &proxySelection); + QItemSelection mapSelectionToSource(const QItemSelection &proxySelection); public slots: void mappedSelect(const QModelIndex &index, QItemSelectionModel::SelectionFlags command);