X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fmappedselectionmodel.h;h=a59ea253f00062a7668c51e4890edc9c7c6290e2;hp=01ccb4b212967ca79dca17c48732c87eef2006bf;hb=2f05c5d7e94d5e96d2b4bae59140fd3b60a7a62f;hpb=1989f165c2b754a42d3f06dfb5c33afd6111d820 diff --git a/src/client/mappedselectionmodel.h b/src/client/mappedselectionmodel.h index 01ccb4b2..a59ea253 100644 --- a/src/client/mappedselectionmodel.h +++ b/src/client/mappedselectionmodel.h @@ -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);