┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h5
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;