┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index cd6bd977a..aae342574 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -319,6 +319,11 @@ signals:
void urlChanged(const KUrl& url);
/**
+ * Is emitted when clicking on an item
+ */
+ void itemTriggered(const KFileItem& item);
+
+ /**
* Is emitted if the view mode (IconsView, DetailsView,
* PreviewsView) has been changed.
*/