]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/tooltips/tooltipmanager.h
Don't ignore tag clicks in the tooltips
[dolphin.git] / src / views / tooltips / tooltipmanager.h
index 9c504c898514d08a561abb0a387a9926655fb068..9f1f104f1a57b48ef7a80a4bfd0b0d68a37b968a 100644 (file)
@@ -58,6 +58,13 @@ public:
      */
     void hideToolTip();
 
+signals:
+    /**
+     * Is emitted when the user clicks a tag or a link
+     * in the metadata widget.
+     */
+    void urlActivated(const QUrl& url);
+
 private slots:
     void startContentRetrieval();
     void setPreviewPix(const KFileItem& item, const QPixmap& pix);