┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 4ec1f42c8..048486354 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -412,11 +412,16 @@ signals:
void urlChanged(const KUrl& url);
/**
- * Is emitted when clicking on an item
+ * Is emitted when clicking on an item with the left mouse button.
*/
void itemTriggered(const KFileItem& item);
/**
+ * Is emitted if a new tab should be opened for the URL \a url.
+ */
+ void tabRequested(const KUrl& url);
+
+ /**
* Is emitted if the view mode (IconsView, DetailsView,
* PreviewsView) has been changed.
*/