]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
Allow to select the style of Qt in Simple preferences.
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index 7e0936e983bfb378ab6a59162e8314087e540615..e61e06bee009dd492868fc197297ad7a3268ad55 100644 (file)
@@ -78,7 +78,7 @@ enum {
        spdifChB,
 };
 enum { inputLE, cachingCoB };
-enum { skinRB, qtRB };
+enum { skinRB, qtRB, styleCB };
 
 class ConfigControl;
 class QComboBox;
@@ -136,6 +136,7 @@ private slots:
     void assoDialog();
     void saveAsso();
 #endif
+    void changeStyle( QString );
 };
 
 #endif