diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index a66f79714..25a60911e 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -122,9 +122,17 @@ private slots: */ void configureSettings(const QPoint& pos); + /** + * Updates the visibilty state of columns and their order. + */ void updateColumnVisibility(); /** + * Saves order of the columns as global setting. + */ + void saveColumnPositions(); + + /** * Disables the automatical resizing of columns, if the user has resized the columns * with the mouse. */ |
