diff options
| author | David Faure <[email protected]> | 2007-08-28 17:50:54 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-08-28 17:50:54 +0000 |
| commit | 9c7ccd477a32ad52ff0126024ffbad0f6ea164b5 (patch) | |
| tree | de563ec1aa33aeb42ac46ed5e4fde2f5aac02c3a /src/dolphinviewcontainer.h | |
| parent | 9442ea96f5e96be9f3a4895c243579d46d2152c5 (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/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 95be9134c..2e4993316 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -152,6 +152,11 @@ private slots: void updateItemCount(); /** + * Handles clicking on an item + */ + void slotItemTriggered(const KFileItem& item); + + /** * Shows the information for the item \a item inside the statusbar. If the * item is null, the default statusbar information is shown. */ |
