]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
Add Reset Zoom Level action inside View menu
[dolphin.git] / src / views / dolphinviewactionhandler.h
index 537adb4da53ed6b0d8f7300d27e24a63ac68809b..f931b3b9c5556efd38fcba2b034611f4d4718dd5 100644 (file)
@@ -37,7 +37,7 @@ class KActionCollection;
  * @short Handles all actions for DolphinView
  *
  * The action handler owns all the actions and slots related to DolphinView,
- * but can the view that is acts upon can be switched to another one
+ * but the view that it acts upon can be switched to another one
  * (this is used in the case of split views).
  *
  * The purpose of this class is also to share this code between DolphinMainWindow
@@ -131,9 +131,9 @@ private Q_SLOTS:
 
     /** Decreases the size of the current set view mode. */
     void zoomOut();
-
-    /** Switches between an ascending and descending sorting order. */
-    void toggleSortOrder();
+    
+    /** Resets the size of the current set view mode to default. */
+    void zoomReset();
 
     /** Switches between a separate sorting and a mixed sorting of files and folders. */
     void toggleSortFoldersFirst();