]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmanager.h
fix linking
[dolphin.git] / src / selectionmanager.h
index c263da3ea6a6be15e5f3a625c30315f7a4caf7c3..66a511a8726bd7b06ff6f9271977b109c1fe8608 100644 (file)
@@ -28,6 +28,7 @@ class DolphinSortFilterProxyModel;
 class QAbstractItemView;
 class QModelIndex;
 class QAbstractButton;
+class QItemSelection;
 class SelectionToggle;
 
 /**
@@ -60,6 +61,7 @@ private slots:
     void slotViewportEntered();
     void setItemSelected(bool selected);
     void slotRowsRemoved(const QModelIndex& parent, int start, int end);
+    void slotSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
 
 private:
     KUrl urlForIndex(const QModelIndex& index) const;