]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/preferences.hpp
- qt4: retrict FileDialog changes to win32
[vlc] / modules / gui / qt4 / dialogs / preferences.hpp
index e43256dfcb73324398d1f7cc932e31d7160331a6..44099839c72b535bd1479f0b5c9eb237e2c93131 100644 (file)
@@ -75,8 +75,6 @@ private:
 
     QGridLayout *main_layout;
 
-//    QLabel *panel_label;
-
     static PrefsDialog *instance;
 private slots:
      void changePanel( QTreeWidgetItem * );
@@ -84,8 +82,10 @@ private slots:
      void setAll();
      void setSmall();
      void save();
+     void apply();
      void cancel();
      void reset();
+     void close(){ save(); };
 };
 
 #endif