From a8b08d1724eee7fb63c1bbb713cc9051366cb230 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 3 Sep 2015 18:16:00 +0300 Subject: [PATCH] Using og non initialized value --- src/ModuleBase/ModuleBase_WidgetExprEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModuleBase/ModuleBase_WidgetExprEditor.cpp b/src/ModuleBase/ModuleBase_WidgetExprEditor.cpp index 6c23c4a9a..b8e8ca60e 100644 --- a/src/ModuleBase/ModuleBase_WidgetExprEditor.cpp +++ b/src/ModuleBase/ModuleBase_WidgetExprEditor.cpp @@ -36,7 +36,7 @@ #include ExpressionEditor::ExpressionEditor(QWidget* theParent) -: QPlainTextEdit(theParent) +: QPlainTextEdit(theParent), myCompletedAndSelected(false) { myCompleter = new QCompleter(this); myCompleter->setWidget(this); -- 2.39.2