]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmanager.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / selectionmanager.h
index 66a511a8726bd7b06ff6f9271977b109c1fe8608..080a94267f06a4cad5d61fe32f7534f358d2a9b8 100644 (file)
@@ -32,7 +32,7 @@ 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.
@@ -70,6 +70,7 @@ private:
 private:
     QAbstractItemView* m_view;
     SelectionToggle* m_toggle;
+    bool m_connected;
 };
 
 #endif