forked from qt-creator/qt-creator
QmlProfiler: Modernize
modernize-* Change-Id: Ibdf9c0ae91bf8a622facc7f323112b550f532f15 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -155,7 +155,7 @@ void QmlProfilerRangeModel::computeExpandedLevels()
|
||||
|
||||
void QmlProfilerRangeModel::findBindingLoops()
|
||||
{
|
||||
typedef QPair<int, int> CallStackEntry;
|
||||
using CallStackEntry = QPair<int, int>;
|
||||
QStack<CallStackEntry> callStack;
|
||||
|
||||
for (int i = 0; i < count(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user