mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fixup 57dc8175
: initialize GuiCharacter::nospellcheck_
Spotted by coverity.
This commit is contained in:
parent
6bcc7d6e42
commit
c76b8b3a25
@ -206,7 +206,8 @@ void fillComboColor(QComboBox * combo, QList<T> const & list)
|
||||
|
||||
GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
: GuiDialog(lv, "character", qt_("Text Properties")),
|
||||
font_(ignore_font, ignore_language), emph_(false), noun_(false)
|
||||
font_(ignore_font, ignore_language),
|
||||
emph_(false), noun_(false), nospellcheck_(false)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user