aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-18 13:13:46 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-19 12:16:35 +0000
commitd58b714a3a92437ccf923c77575d74e10ed69c3e (patch)
treed91020027a8b596c44c7aa4d39d69634f989f88f /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent4416acc16d2a614e3bf1377052da8f66902c52d2 (diff)
QmlProfiler: Debug messages are no QML events ...
In particular, they can also occur if we're not AcquiringData. Change-Id: Ia310206ee15973fc5b2fa1c607d7c9a48b6f435f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 19ab0e5f39a..11e7763f273 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -135,6 +135,8 @@ public slots:
qint64 startTime, qint64 length, const QString &data,
const QmlDebug::QmlEventLocation &location,
qint64 ndata1, qint64 ndata2, qint64 ndata3, qint64 ndata4, qint64 ndata5);
+ void addDebugMessage(QtMsgType type, qint64 timestamp, const QString &text,
+ const QmlDebug::QmlEventLocation &location);
void save(const QString &filename);
void load(const QString &filename);