X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fpreferences_widgets.hpp;h=412f21e81e6f400855f1aeed615d0c6cac65edf8;hb=8855ec28974a95e25ea6f4c52a5a1fd81876976b;hp=fea298ed12b5ae33582353cfbd7cec874749702e;hpb=93c4f0f8896172a390a3934f76265ca43523c515;p=vlc diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp index fea298ed12..412f21e81e 100644 --- a/modules/gui/qt4/components/preferences_widgets.hpp +++ b/modules/gui/qt4/components/preferences_widgets.hpp @@ -303,7 +303,7 @@ private: class FileConfigControl : public VStringConfigControl { - Q_OBJECT; + Q_OBJECT public: FileConfigControl( vlc_object_t *, module_config_t *, QWidget *, QGridLayout *, int& ); @@ -324,7 +324,7 @@ protected: class DirectoryConfigControl : public FileConfigControl { - Q_OBJECT; + Q_OBJECT public: DirectoryConfigControl( vlc_object_t *, module_config_t *, QWidget *, QGridLayout *, int& ); @@ -337,7 +337,7 @@ public slots: class FontConfigControl : public VStringConfigControl { - Q_OBJECT; + Q_OBJECT public: FontConfigControl( vlc_object_t *, module_config_t *, QWidget *, QGridLayout *, int&); @@ -374,7 +374,7 @@ struct checkBoxListItem { class ModuleListConfigControl : public VStringConfigControl { - Q_OBJECT; + Q_OBJECT friend class ConfigControl; public: ModuleListConfigControl( vlc_object_t *, module_config_t *, QWidget *, @@ -396,7 +396,7 @@ private: class StringListConfigControl : public VStringConfigControl { - Q_OBJECT; + Q_OBJECT public: StringListConfigControl( vlc_object_t *, module_config_t *, QWidget *, bool, QGridLayout*, int& ); @@ -444,7 +444,7 @@ private slot: **********************************************************************/ class KeyShortcutEdit: public QLineEdit { - Q_OBJECT; + Q_OBJECT public: void setValue( int _value ){ value = _value; } int getValue() const { return value; } @@ -464,7 +464,7 @@ signals: class SearchLineEdit; class KeySelectorControl : public ConfigControl { - Q_OBJECT; + Q_OBJECT public: KeySelectorControl( vlc_object_t *, module_config_t *, QWidget *, QGridLayout*, int& );