aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-05-21 10:35:42 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-09 18:31:55 +0000
commitdb69cd87d3c70a4094825846e6d208c2c492c010 (patch)
tree68006c2d5ec745d8ca862289322c2580d65db43a /tools/qmlprofiler/qmlprofilerclient.h
parent08533d26596bb56f971081e2951d48ca26ff90a5 (diff)
qmlprofiler: Allow specification of features to record
Task-number: QTBUG-43066 Change-Id: I963a5a483f961dd150f00de3d96c723c8b62edb8 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerclient.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofilerclient.h b/tools/qmlprofiler/qmlprofilerclient.h
index 1dd5ccfea9..f41ebbd4c9 100644
--- a/tools/qmlprofiler/qmlprofilerclient.h
+++ b/tools/qmlprofiler/qmlprofilerclient.h
@@ -74,6 +74,8 @@ public:
QmlProfilerClient(QQmlDebugConnection *client);
~QmlProfilerClient();
+ void setFeatures(quint64 features);
+
public slots:
void clearData();
void sendRecordingStatus(bool record);