┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-10-24 22:49:01 +0200
committerElvis Angelaccio <[email protected]>2018-10-24 22:49:01 +0200
commit642a427d03c0bf42fd45dac877a70d4fe56e89aa (patch)
tree40f28a8c28d4f09e9a5e4ac2df5670473a09a8e6 /src/views/dolphinviewactionhandler.h
parentd575e1e88409d819fb92456e8022e8e0322549af (diff)
[DolphinViewActionHandler] Rename createDirectory signal
Signals should be named after an event that happened.
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
-rw-r--r--src/views/dolphinviewactionhandler.h2
1 files changed, 1 insertions, 1 deletions
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:
/**