diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d8c64da7c..c6b46817f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -232,6 +232,9 @@ private slots: /** The current active view is switched to the details mode. */ void setDetailsView(); + /** The current active view is switched to the column mode. */ + void setColumnView(); + /** The sorting of the current view should be done by the name. */ void sortByName(); |
