]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
dolphinview: Fix right click broken on placeholderLabel
[dolphin.git] / src / dolphinpart.cpp
index 8f2279d45f8abd92d05c12eb2f7b3adae34dce18..575c304178e8b066982e704cfa0027da03f7a971 100644 (file)
@@ -110,7 +110,7 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent,
     connect(m_view, &DolphinView::itemCountChanged, this, &DolphinPart::updateStatusBar);
     connect(m_view,  &DolphinView::selectionChanged, this, &DolphinPart::updateStatusBar);
 
-    m_actionHandler = new DolphinViewActionHandler(actionCollection(), this);
+    m_actionHandler = new DolphinViewActionHandler(actionCollection(), nullptr, this);
     m_actionHandler->setCurrentView(m_view);
     connect(m_actionHandler, &DolphinViewActionHandler::createDirectoryTriggered, this, &DolphinPart::createDirectory);