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/bottombar.h | |
| parent | 78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d (diff) | |
Improve naming consistency and leave mode on Escape
Diffstat (limited to 'src/selectionmode/bottombar.h')
| -rw-r--r-- | src/selectionmode/bottombar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/bottombar.h b/src/selectionmode/bottombar.h index ab29a85a5..8d33e5ac1 100644 --- a/src/selectionmode/bottombar.h +++ b/src/selectionmode/bottombar.h @@ -100,7 +100,7 @@ Q_SIGNALS: */ void error(const QString &errorMessage); - void leaveSelectionModeRequested(); + void selectionModeLeavingRequested(); protected: /** Is installed on an internal widget to make sure that the height of the bar is adjusted to its contents. */ |
