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/dolphinpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.cpp') 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, -- cgit v1.3