┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/tooltips/dolphinfilemetadatawidget.h
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2017-05-08 16:09:15 +0200
committerElvis Angelaccio <[email protected]>2017-05-08 16:09:15 +0200
commit0c8ef2977e2285676fb4c2ee1fdcb1e641c1acd7 (patch)
treee5b1159e3fa6da4c71c4bd67777110ef26c7aeb3 /src/views/tooltips/dolphinfilemetadatawidget.h
parentf2758ec9f796e251f2649d19ce788f90304be1bf (diff)
parent73f885f9d3513bdfed2d22b21d0d1a88fe4f6a7a (diff)
Merge branch 'Applications/17.04'
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;