X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmappedselectionmodel.h;h=a59ea253f00062a7668c51e4890edc9c7c6290e2;hp=be29aee686c3339f6b6fec06761b8a7db1a605fe;hb=6cd95dbc8ac28ab7a22e640d9fe6e3a6aff8f8a9;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/client/mappedselectionmodel.h b/src/client/mappedselectionmodel.h index be29aee6..a59ea253 100644 --- a/src/client/mappedselectionmodel.h +++ b/src/client/mappedselectionmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC 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 * @@ -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);