forked from qt-creator/qt-creator
Scxml: Initialize members in WarningModel
Change-Id: I81e7e3eb5e7c4a35d0b9730c567c7ef9dfa49094 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
|
||||
QVector<Warning*> m_warnings;
|
||||
QMap<int, bool> m_warningVisibilities;
|
||||
int m_oldCount;
|
||||
int m_oldCount = 0;
|
||||
QPointer<QTimer> m_countChecker;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user