┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinviewactionhandler.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/dolphinviewactionhandler.h
parent78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d (diff)
Improve naming consistency and leave mode on Escape
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
-rw-r--r--src/views/dolphinviewactionhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h
index 5c7475fdb..8631936d9 100644
--- a/src/views/dolphinviewactionhandler.h
+++ b/src/views/dolphinviewactionhandler.h
@@ -87,8 +87,8 @@ Q_SIGNALS:
*/
void createDirectoryTriggered();
- /** Used to request selection mode */
- void setSelectionMode(bool enabled, SelectionMode::BottomBar::Contents bottomBarContents = SelectionMode::BottomBar::Contents::GeneralContents);
+ /** Used to request either entering or leaving of selection mode */
+ void selectionModeChangeTriggered(bool enabled, SelectionMode::BottomBar::Contents bottomBarContents = SelectionMode::BottomBar::Contents::GeneralContents);
private Q_SLOTS:
/**