]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
[Qt] move some static const int to enum
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index e3414ab7ccff25f0703837fd97d715f7e0eb7f9f..8ec1676f90b09f681188a330277011b844f23f0a 100644 (file)
@@ -55,9 +55,9 @@ enum {
 enum {
     CachingCustom = 0,
     CachingLowest = 100,
-    CachingLow = 200,
+    CachingLow    = 200,
     CachingNormal = 300,
-    CachingHigh = 400,
+    CachingHigh   = 400,
     CachingHigher = 500
 };