Commit 14b15f86 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: save only the family of the font

parent 36f019bb
......@@ -339,7 +339,7 @@ public:
FontConfigControl( vlc_object_t *, module_config_t *, QLabel *,
QFontComboBox *);
virtual ~FontConfigControl() {};
virtual QString getValue(){ return font->currentFont().toString(); }
virtual QString getValue(){ return font->currentFont().family(); }
protected:
QLabel *label;
QFontComboBox *font;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment