┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-08-28 17:50:54 +0000
committerDavid Faure <[email protected]>2007-08-28 17:50:54 +0000
commit9c7ccd477a32ad52ff0126024ffbad0f6ea164b5 (patch)
treede563ec1aa33aeb42ac46ed5e4fde2f5aac02c3a /src/dolphinview.h
parent9442ea96f5e96be9f3a4895c243579d46d2152c5 (diff)
Clicking on items in dolphin part finally implemented.
Fixed connect() error in dolphinstatusbar [unrelated]. svn path=/trunk/KDE/kdebase/apps/; revision=705835
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.
*/