Fixup 57dc8175: initialize GuiCharacter::nospellcheck_

Spotted by coverity.
This commit is contained in:
Jean-Marc Lasgouttes 2018-05-29 15:08:38 +02:00
parent 6bcc7d6e42
commit c76b8b3a25

View File

@ -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);