X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9ff4e1f5bf2c37aaf63fb68124a6a42f8419d988..b1c9b5126d:/src/selectionmanager.h diff --git a/src/selectionmanager.h b/src/selectionmanager.h index 66a511a87..080a94267 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -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