From 642a427d03c0bf42fd45dac877a70d4fe56e89aa Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Wed, 24 Oct 2018 22:49:01 +0200 Subject: [DolphinViewActionHandler] Rename createDirectory signal Signals should be named after an event that happened. --- src/views/dolphinviewactionhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinviewactionhandler.h') diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index be2273917..fa0487e1b 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -93,7 +93,7 @@ Q_SIGNALS: * The receiver of the signal (DolphinMainWindow or DolphinPart) invokes * the method createDirectory of their KNewFileMenu instance. */ - void createDirectory(); + void createDirectoryTriggered(); private Q_SLOTS: /** -- cgit v1.3