forked from qt-creator/qt-creator
QmlProfiler: Use correct coding style and remove dead code
Change-Id: I10967ee080076d40cf54aaf4ae28c63d78b7f216 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -268,7 +268,7 @@ void QmlProfilerRunControl::profilerStateChanged()
|
||||
}
|
||||
}
|
||||
|
||||
RunControl::StopResult QmlProfiler::QmlProfilerRunControl::stop()
|
||||
RunControl::StopResult QmlProfilerRunControl::stop()
|
||||
{
|
||||
StopResult result = Analyzer::AnalyzerRunControl::stop();
|
||||
if (d->m_profilerState->currentState() != QmlProfilerStateManager::Idle)
|
||||
|
||||
Reference in New Issue
Block a user