]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Merge branch 'Applications/17.04'
[dolphin.git] / src / views / dolphinview.h
index 5e69fd37bbb22bb8a24cd45e9ac96c3010632c0c..6b62b5da68c1f7474abff80510fc3d24508c7ddc 100644 (file)
@@ -544,6 +544,12 @@ signals:
      */
     void toggleActiveViewRequested();
 
+    /**
+     * Is emitted when the user clicks a tag or a link
+     * in the metadata widget of a tooltip.
+     */
+    void urlActivated(const QUrl& url);
+
 protected:
     /** Changes the zoom level if Control is pressed during a wheel event. */
     virtual void wheelEvent(QWheelEvent* event) Q_DECL_OVERRIDE;