aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerclient.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlprofiler/qmlprofilerclient.h b/tools/qmlprofiler/qmlprofilerclient.h
index e0bba0b660..29492c49ff 100644
--- a/tools/qmlprofiler/qmlprofilerclient.h
+++ b/tools/qmlprofiler/qmlprofilerclient.h
@@ -102,7 +102,7 @@ signals:
qint64 startTime, qint64 length,
const QStringList &data,
const QmlEventLocation &location);
- void frame(qint64 time, int frameRate, int animationCount);
+ void frame(qint64 time, int frameRate, int animationCount, int threadId);
protected:
virtual void messageReceived(const QByteArray &);