Merge remote-tracking branch 'origin/3.0'

This commit is contained in:
Eike Ziller
2013-11-22 09:11:51 +01:00
105 changed files with 2534 additions and 463 deletions

View File

@@ -169,6 +169,7 @@ CppEditorSupport::~CppEditorSupport()
m_highlighter.cancel();
m_futureSemanticInfo.cancel();
m_documentParser.waitForFinished();
m_highlighter.waitForFinished();
m_futureSemanticInfo.waitForFinished();
}