forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.4'
Conflicts: src/libs/extensionsystem/pluginview.cpp Change-Id: I316199fe0a257cb085668ccb183b1590555278f2
This commit is contained in:
@@ -1589,8 +1589,8 @@ void PluginManagerPrivate::profilingSummary() const
|
||||
total += it1.value();
|
||||
}
|
||||
|
||||
Sorter::ConstIterator it2 = sorter.begin();
|
||||
Sorter::ConstIterator et2 = sorter.end();
|
||||
Sorter::ConstIterator it2 = sorter.constBegin();
|
||||
Sorter::ConstIterator et2 = sorter.constEnd();
|
||||
for (; it2 != et2; ++it2)
|
||||
qDebug("%-22s %8dms ( %5.2f%% )", qPrintable(it2.value()->name()),
|
||||
it2.key(), 100.0 * it2.key() / total);
|
||||
|
||||
Reference in New Issue
Block a user