void pasteIntoFolder();
/**
- * Handles a drop of @p dropEvent onto @p destUrl
+ * Handles a drop of @p dropEvent onto widget @p dropWidget and destination @p destUrl
*/
- void dropUrls(const QUrl &destUrl, QDropEvent *dropEvent);
+ void dropUrls(const QUrl &destUrl, QDropEvent *dropEvent, QWidget *dropWidget);
void stopLoading();
*/
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;