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/dolphindetailsview.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/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
