┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/tooltips/dolphinfilemetadatawidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/tooltips/dolphinfilemetadatawidget.h')
-rw-r--r--src/views/tooltips/dolphinfilemetadatawidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/tooltips/dolphinfilemetadatawidget.h b/src/views/tooltips/dolphinfilemetadatawidget.h
index cf796250d..c5c228766 100644
--- a/src/views/tooltips/dolphinfilemetadatawidget.h
+++ b/src/views/tooltips/dolphinfilemetadatawidget.h
@@ -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;