From 2e588733c759cccd2d86e34a3a394b9a8ab0c800 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Thu, 28 Apr 2022 22:55:28 +0200 Subject: Improve naming consistency and leave mode on Escape --- src/selectionmode/bottombarcontentscontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selectionmode/bottombarcontentscontainer.h') 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(); -- cgit v1.3.1