diff options
| author | Felix Ernst <[email protected]> | 2022-04-28 22:55:28 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2022-08-14 14:42:40 +0000 |
| commit | 2e588733c759cccd2d86e34a3a394b9a8ab0c800 (patch) | |
| tree | dac34800b35fde72e7ee0dd1492586f89f1094a7 /src/selectionmode/bottombarcontentscontainer.h | |
| parent | 78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d (diff) | |
Improve naming consistency and leave mode on Escape
Diffstat (limited to 'src/selectionmode/bottombarcontentscontainer.h')
| -rw-r--r-- | src/selectionmode/bottombarcontentscontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/bottombarcontentscontainer.h b/src/selectionmode/bottombarcontentscontainer.h index b9d7947ae..aa335a5bf 100644 --- a/src/selectionmode/bottombarcontentscontainer.h +++ b/src/selectionmode/bottombarcontentscontainer.h @@ -78,7 +78,7 @@ Q_SIGNALS: */ void barVisibilityChangeRequested(bool visible); - void leaveSelectionModeRequested(); + void selectionModeLeavingRequested(); private: void addCopyContents(); |
