┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2022-04-28 22:55:28 +0200
committerFelix Ernst <[email protected]>2022-08-14 14:42:40 +0000
commit2e588733c759cccd2d86e34a3a394b9a8ab0c800 (patch)
treedac34800b35fde72e7ee0dd1492586f89f1094a7 /src/views/dolphinview.h
parent78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d (diff)
Improve naming consistency and leave mode on Escape
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 9b0dee62e..2ecd75957 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -115,7 +115,7 @@ public:
/**
* Enables or disables a mode for quick and easy selection of items.
*/
- void setSelectionMode(bool enabled);
+ void setSelectionModeEnabled(bool enabled);
bool selectionMode() const;
/**
@@ -609,11 +609,11 @@ Q_SIGNALS:
void goForwardRequested();
/**
- * Is emitted when the selection mode is requested for the current view.
- * This typically happens on press and hold.
- * @see KItemListController::longPress()
+ * Used to request either entering or leaving of selection mode
+ * Entering is typically requested on press and hold.
+ * Leaving by pressing Escape when no item is selected.
*/
- void selectionModeRequested();
+ void selectionModeChangeRequested(bool enabled);
/**
* Is emitted when the user wants to move the focus to another view.