QmlProfiler: first commit

This commit is contained in:
Christiaan Janssen
2011-03-11 12:22:57 +01:00
parent 39daf23247
commit f774556de7
40 changed files with 4337 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ AnalyzerRunControl::~AnalyzerRunControl()
{
if (m_isRunning)
stop();
delete m_engine;
}
void AnalyzerRunControl::start()