┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 862a49613..a0ef0eedf 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -110,6 +110,12 @@ private slots:
*/
void slotItemActivated(const QModelIndex& index);
+ /**
+ * Opens a context menu at the position \a pos and allows to
+ * configure the visibility of the header columns.
+ */
+ void configureColumns(const QPoint& pos);
+
private:
bool isZoomInPossible() const;
bool isZoomOutPossible() const;