forked from qt-creator/qt-creator
CppTools: Fix uninitialized values warnings
...from coverity scan. Change-Id: I7f4c3de39279cfffab2246aa84ae2ac13916bd1e Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -40,18 +40,6 @@ using namespace CppTools;
|
||||
using namespace TextEditor;
|
||||
using namespace CppTools::Internal;
|
||||
|
||||
CodeFormatter::BlockData::BlockData()
|
||||
: m_blockRevision(-1)
|
||||
{
|
||||
}
|
||||
|
||||
CodeFormatter::CodeFormatter()
|
||||
: m_indentDepth(0)
|
||||
, m_paddingDepth(0)
|
||||
, m_tabSize(4)
|
||||
{
|
||||
}
|
||||
|
||||
CodeFormatter::~CodeFormatter()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user