From 8d3a992f26ab19e68c780d51bd45bd052984deca Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 29 Nov 2016 13:59:15 +0100 Subject: [PATCH] Scxml: Initialize members in WarningModel Change-Id: I81e7e3eb5e7c4a35d0b9730c567c7ef9dfa49094 Reviewed-by: Ulf Hermann --- src/plugins/scxmleditor/outputpane/warningmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/scxmleditor/outputpane/warningmodel.h b/src/plugins/scxmleditor/outputpane/warningmodel.h index 910b13c11fb..9884f43433f 100644 --- a/src/plugins/scxmleditor/outputpane/warningmodel.h +++ b/src/plugins/scxmleditor/outputpane/warningmodel.h @@ -76,7 +76,7 @@ private: QVector m_warnings; QMap m_warningVisibilities; - int m_oldCount; + int m_oldCount = 0; QPointer m_countChecker; };