]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewactionhandler.h
Let the user choose if folders are always shown first in the views of
[dolphin.git] / src / dolphinviewactionhandler.h
index 40062de0489a53f8bf1f39a2768c826e5d9e3127..91875ec0cd0838f181bba3de04228dd5605a5cbc 100644 (file)
@@ -132,11 +132,19 @@ private Q_SLOTS:
     /** Switches between an ascending and descending sorting order. */
     void toggleSortOrder();
 
+    /** Switches between a separate sorting and a mixed sorting of files and folders. */
+    void toggleSortFoldersFirst();
+
     /**
      * Updates the state of the 'Sort Ascending/Descending' action.
      */
     void slotSortOrderChanged(Qt::SortOrder order);
 
+    /**
+     * Updates the state of the 'Sort Folders First' action.
+     */
+    void slotSortFoldersFirstChanged(bool foldersFirst);
+
     /**
      * Updates the state of the 'Sort by' actions.
      */