QmlProfiler: fix for 2cf76ead26

This commit is contained in:
Christiaan Janssen
2011-04-26 16:17:12 +02:00
parent f5141e316b
commit d989d5d229

View File

@@ -83,8 +83,8 @@ QmlProfilerEngine::QmlProfilerEngine(const Analyzer::AnalyzerStartParameters &sp
d->m_fetchingData = false;
d->m_delayedDelete = false;
connect(&d->m_launcher, SIGNAL(appendMessage(QString,ProjectExplorer::OutputFormat)),
this, SLOT(logApplicationMessage(QString,ProjectExplorer::OutputFormat)));
connect(&d->m_launcher, SIGNAL(appendMessage(QString,Utils::OutputFormat)),
this, SLOT(logApplicationMessage(QString,Utils::OutputFormat)));
}
QmlProfilerEngine::~QmlProfilerEngine()