Initialize class members to please coverity

This commit is contained in:
Jean-Marc Lasgouttes 2017-03-01 16:28:30 +01:00
parent ea8f0d2076
commit af45bfaee1

View File

@ -357,7 +357,8 @@ class FontModule : public UiWidget<Ui::FontUi>
{ {
Q_OBJECT Q_OBJECT
public: public:
FontModule(QWidget * parent) : UiWidget<Ui::FontUi>(parent) {} FontModule(QWidget * parent) : UiWidget<Ui::FontUi>(parent),
font_sf_scale(100), font_tt_scale(100) {}
/// The roman font currently not selected by osFontsCB->isChecked() /// The roman font currently not selected by osFontsCB->isChecked()
QString font_roman; QString font_roman;
/// The sans font currently not selected by osFontsCB->isChecked() /// The sans font currently not selected by osFontsCB->isChecked()