]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
Allow to sort by rating, which can be quite useful in combination with the "Show...
[dolphin.git] / src / dolphinview.h
index 1a240be7a12b1997089076b62a68cbc54d2ca104..223c52dbfda3d0a257fef6ad882d6e5beb233766 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef DOLPHINVIEW_H
 #define DOLPHINVIEW_H
 
+#include <config-nepomuk.h>
+
 #include <kparts/part.h>
 #include <kfileitem.h>
 #include <kfileitemdelegate.h>
@@ -102,7 +104,9 @@ public:
         SortByOwner,
         SortByGroup,
         SortByType,
-        MaxSortEnum = SortByType
+        SortByRating,
+        SortByTags,
+        MaxSortEnum = SortByTags
     };
 
     /**