diff options
Diffstat (limited to 'src/selectionmanager.h')
| -rw-r--r-- | src/selectionmanager.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/selectionmanager.h b/src/selectionmanager.h index 1bf4f8b8c..82e505eb6 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -43,6 +43,13 @@ public: SelectionManager(QAbstractItemView* parent); virtual ~SelectionManager(); +public slots: + /** + * Resets the selection manager so that the toggle button gets + * invisible. + */ + void reset(); + signals: /** Is emitted if the selection has been changed by the toggle button. */ void selectionChanged(); @@ -50,7 +57,6 @@ signals: private slots: void slotEntered(const QModelIndex& index); void slotViewportEntered(); - void slotSelectionChanged(); void setItemSelected(bool selected); private: |
