┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
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/dolphinpart.cpp
parentd575e1e88409d819fb92456e8022e8e0322549af (diff)
[DolphinViewActionHandler] Rename createDirectory signal
Signals should be named after an event that happened.
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 2e7f7639f..f5d4f95b6 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -115,7 +115,7 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
m_actionHandler = new DolphinViewActionHandler(actionCollection(), this);
m_actionHandler->setCurrentView(m_view);
- connect(m_actionHandler, &DolphinViewActionHandler::createDirectory, this, &DolphinPart::createDirectory);
+ connect(m_actionHandler, &DolphinViewActionHandler::createDirectoryTriggered, this, &DolphinPart::createDirectory);
m_remoteEncoding = new DolphinRemoteEncoding(this, m_actionHandler);
connect(this, &DolphinPart::aboutToOpenURL,