]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.cpp
Merge branch 'release/20.08' into master
[dolphin.git] / src / panels / information / informationpanel.cpp
index 5f4ac84e82dcdd0da51c550ac8185832ebfef548..f843e7f4624016332e4fcd3f432ff64b91172c0f 100644 (file)
@@ -405,6 +405,7 @@ void InformationPanel::init()
     m_content = new InformationPanelContent(this);
     connect(m_content, &InformationPanelContent::urlActivated, this, &InformationPanel::urlActivated);
     connect(m_content, &InformationPanelContent::configurationFinished, this, [this]() { m_inConfigurationMode = false; });
+    connect(m_content, &InformationPanelContent::contextMenuRequested, this, &InformationPanel::showContextMenu);
 
     QVBoxLayout* layout = new QVBoxLayout(this);
     layout->setContentsMargins(0, 0, 0, 0);