aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofiler_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-04 11:26:52 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-04 13:34:14 +0000
commitef0b5349fb94c5134dc570ca26c30050a3277553 (patch)
tree5249f886f48f6cf733c0ed3431fba8f2e7285dd0 /src/qml/debugger/qqmlprofiler_p.h
parent3cce585f3c05ea4dffa324f10bd99dfbc2577cfe (diff)
Avoid QVector::pop_front()
Change-Id: Id2de4ab8c17f7e0412b44a1d30c6238861464989 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/qqmlprofiler_p.h')
-rw-r--r--src/qml/debugger/qqmlprofiler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmlprofiler_p.h b/src/qml/debugger/qqmlprofiler_p.h
index 71efa69490..93a864baec 100644
--- a/src/qml/debugger/qqmlprofiler_p.h
+++ b/src/qml/debugger/qqmlprofiler_p.h
@@ -189,6 +189,7 @@ public slots:
private:
QVector<QQmlProfilerData> data;
+ int next;
};
//