QmlDesigner: Fix indentation

Change-Id: I4bc8fa05f9ce2e7ac7b45cae85fd7a90af398023
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-21 20:25:07 +03:00
committed by Orgad Shaneh
parent 155ab185cf
commit f189b17b83

View File

@@ -1871,8 +1871,8 @@ void TextToModelMerger::delayedSetup()
foreach (const ModelNode node, m_setupCustomParserList)
setupCustomParserNode(node);
m_setupCustomParserList.clear();
m_setupComponentList.clear();
m_setupCustomParserList.clear();
m_setupComponentList.clear();
}
QString TextToModelMerger::textAt(const Document::Ptr &doc,