┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.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/dolphincontroller.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/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index 356daead5..d91e7f5c1 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -162,6 +162,7 @@ signals:
* Is emitted if the item with the index \a index should be triggered.
* Usually triggering on a directory opens the directory, triggering
* on a file opens the corresponding application.
+ * Emitted with an invalid \a index when clicking on the viewport itself.
*/
void itemTriggered(const QModelIndex& index);