We now have back a real BufferModel. It's basically a ProxyModel to
[quassel.git] / src / client / mappedselectionmodel.h
index 01ccb4b..a59ea25 100644 (file)
@@ -41,10 +41,10 @@ public:
   const QAbstractProxyModel *proxyModel() const;
   
   QModelIndex mapFromSource(const QModelIndex &sourceIndex);
   const QAbstractProxyModel *proxyModel() const;
   
   QModelIndex mapFromSource(const QModelIndex &sourceIndex);
-  QItemSelection mapFromSource(const QItemSelection &sourceSelection);
+  QItemSelection mapSelectionFromSource(const QItemSelection &sourceSelection);
                                    
   QModelIndex mapToSource(const QModelIndex &proxyIndex);
                                    
   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);
                                                                        
 public slots:
   void mappedSelect(const QModelIndex &index, QItemSelectionModel::SelectionFlags command);