aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-05-23 16:03:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-25 13:52:33 +0000
commitebd6d269c2b3657032f95972d84459979a9dca36 (patch)
tree36f8d3d8f16195b9b995830b4f08c6a6a9e27c28 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parentcf02bf971c37bf399f13516fbefec0b2d4e30a0a (diff)
QmlProfiler: Directly pass events from client to model
Running them through the model manager via signals doesn't make much sense anymore. Change-Id: I6103d281dd640493f28acd7e787ea49712ebd8df Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index d1a4e33cf73..c66a5e7948a 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -136,7 +136,6 @@ public slots:
bool isRestrictedToRange() const;
void startAcquiring();
- void addQmlEvent(const QmlEvent &event, const QmlEventType &type);
void save(const QString &filename);
void load(const QString &filename);