]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.hpp
Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
[vlc] / modules / gui / qt4 / components / preferences_widgets.hpp
index 1b9ff8173e7ed8e97f677c275598cc63b3c28c50..486909bb8cd536306fe40a5939a06d8dbb2ba65c 100644 (file)
@@ -51,6 +51,7 @@ class QTreeWidgetItem;
 class QGroupBox;
 class QGridLayout;
 class QDialogButtonBox;
+class QVBoxLayout;
 
 class ConfigControl : public QObject
 {
@@ -421,8 +422,8 @@ private:
     void keyPressEvent( QKeyEvent *);
     void wheelEvent( QWheelEvent *);
     QLabel *selected;
-    QLabel *warning;
-    const char * keyToChange;
+    QVBoxLayout *vLayout;
+    const char *keyToChange;
     QList<module_config_t*> values;
     QDialogButtonBox *buttonBox;
 };