forked from qt-creator/qt-creator
Braces cleanup
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -548,9 +548,8 @@ void QmlProfilerFileWriter::calculateMeasuredTime(const QVector<QmlProfilerSimpl
|
||||
level--;
|
||||
}
|
||||
endtimesPerLevel[level] = event.startTime + event.duration;
|
||||
if (level == QmlDebug::Constants::QML_MIN_LEVEL) {
|
||||
if (level == QmlDebug::Constants::QML_MIN_LEVEL)
|
||||
duration += event.duration;
|
||||
}
|
||||
}
|
||||
|
||||
m_measuredTime = duration;
|
||||
|
||||
Reference in New Issue
Block a user