diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 6 |
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; |
