QmlJs: Initialize members

Change-Id: I15a3ec660608266595a8b7a12b59016cc28331af
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Robert Loehning
2017-07-28 12:33:37 +02:00
parent eb16dd3c79
commit 74d14d0092
10 changed files with 15 additions and 12 deletions

View File

@@ -43,6 +43,7 @@ CodeFormatter::BlockData::BlockData()
CodeFormatter::CodeFormatter()
: m_indentDepth(0)
, m_tabSize(4)
, m_tokenIndex(0)
{
}