]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmanager.h
I'm very sorry for breaking the build: I forgot to add the new files :-(
[dolphin.git] / src / selectionmanager.h
index 0263e52821ec78af6c9d188761973c210827ed49..c2fcc88b4cf85924abc36daac338ebe3f4070d4e 100644 (file)
 
 #include <QObject>
 
-class DolphinSortFilterProxyModel;
 class QAbstractItemView;
 class QModelIndex;
-class QAbstractButton;
 class QItemSelection;
 class SelectionToggle;
 
 /**
- * @brief Allows to select and deselect items for the single-click mode.
+ * @brief Allows to select and deselect items for item views.
  *
  * Whenever an item is hovered by the mouse, a toggle button is shown
  * which allows to select/deselect the current item.