]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/tooltips/dolphinfilemetadatawidget.h
Don't ignore tag clicks in the tooltips
[dolphin.git] / src / views / tooltips / dolphinfilemetadatawidget.h
index cf796250d187ac161d750b64b4f528efd5c7ede6..c5c228766bef3eb3ef93ba4b77e0c420990de124 100644 (file)
@@ -69,6 +69,12 @@ signals:
      */
     void metaDataRequestFinished(const KFileItemList& items);
 
+    /**
+     * Is emitted when the user clicks a tag or a link
+     * in the metadata widget.
+     */
+    void urlActivated(const QUrl& url);
+
 private:
     QLabel* m_preview;
     QLabel* m_name;