]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
Qt: possibility of having a small Qt dialog for preferences on small screens like...
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index 1959e9c13028b948d50e1f9c8dfa868b674e46c1..754d8adbbc4fe5a75e5347e2ece215e972df2cc4 100644 (file)
@@ -94,7 +94,7 @@ class SPrefsCatList : public QWidget
 {
     Q_OBJECT;
 public:
-    SPrefsCatList( intf_thread_t *, QWidget *);
+    SPrefsCatList( intf_thread_t *, QWidget *, bool );
     virtual ~SPrefsCatList() {};
 private:
     intf_thread_t *p_intf;
@@ -108,7 +108,7 @@ class SPrefsPanel : public QWidget
 {
     Q_OBJECT
 public:
-    SPrefsPanel( intf_thread_t *, QWidget *, int );
+    SPrefsPanel( intf_thread_t *, QWidget *, int, bool );
     virtual ~SPrefsPanel();
     void apply();
     void clean();