┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-12 16:12:57 +0000
committerPeter Penz <[email protected]>2008-04-12 16:12:57 +0000
commit030a5d5433e0ae613f4de32d9d1277ac2405b8f4 (patch)
tree104b4d0aabbe2f86bb90870dbc9560272c176e13 /src/dolphinview.h
parent3b06c2120dad8efc79471a82b81c08f2d5834062 (diff)
when clicking with the middle mouse button on a directory, a new tab should be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
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.
*/