From 9c7ccd477a32ad52ff0126024ffbad0f6ea164b5 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 28 Aug 2007 17:50:54 +0000 Subject: Clicking on items in dolphin part finally implemented. Fixed connect() error in dolphinstatusbar [unrelated]. svn path=/trunk/KDE/kdebase/apps/; revision=705835 --- src/dolphindetailsview.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index b3944b4a1..fdd93b03c 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -103,6 +103,11 @@ private slots: void zoomIn(); void zoomOut(); + /** + * Called by QTreeView when an item is activated (clicked or double-clicked) + */ + void slotItemActivated(const QModelIndex& index); + private: bool isZoomInPossible() const; bool isZoomOutPossible() const; -- cgit v1.3