]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
Don't ignore tag clicks in the tooltips
[dolphin.git] / src / views / dolphinview.cpp
index 63f6252ed41cf177a6118c76e5ccce6097d637d3..e60e85fdbcec4a46455fe265b0deda53e8f20eef 100644 (file)
@@ -182,6 +182,7 @@ DolphinView::DolphinView(const QUrl& url, QWidget* parent) :
             this, &DolphinView::slotSelectionChanged);
 
     m_toolTipManager = new ToolTipManager(this);
+    connect(m_toolTipManager, &ToolTipManager::urlActivated, this, &DolphinView::urlActivated);
 
     m_versionControlObserver = new VersionControlObserver(this);
     m_versionControlObserver->setModel(m_model);