diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index dac0c0be8..ca8001165 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -287,15 +287,24 @@ private slots: /** Switches between sorting by categories or not. */ void toggleSortCategorization(); - /** Switches between showing the MIME type as additional information for the item or not. */ - void toggleMimeInfo(); - /** Switches between showing the size as additional information for the item or not. */ void toggleSizeInfo(); /** Switchtes between showing the date as additional information for the item or not. */ void toggleDateInfo(); + /** Switchtes between showing the permissions as additional information for the item or not. */ + void togglePermissionsInfo(); + + /** Switchtes between showing the owner as additional information for the item or not. */ + void toggleOwnerInfo(); + + /** Switchtes between showing the group as additional information for the item or not. */ + void toggleGroupInfo(); + + /** Switches between showing the MIME type as additional information for the item or not. */ + void toggleMimeInfo(); + /** * Switches between one and two views: * If one view is visible, it will get split into two views. |
