diff options
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. */ |
