mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 10:47:57 +00:00
Initialize class members to please coverity
This commit is contained in:
parent
ea8f0d2076
commit
af45bfaee1
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user