aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerapplication.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/qmlprofilerapplication.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/qmlprofilerapplication.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofilerapplication.h b/tools/qmlprofiler/qmlprofilerapplication.h
index 183bb9d644..25d9cf136d 100644
--- a/tools/qmlprofiler/qmlprofilerapplication.h
+++ b/tools/qmlprofiler/qmlprofilerapplication.h
@@ -90,6 +90,7 @@ private slots:
void v8Complete();
private:
+ quint64 parseFeatures(const QStringList &featureList, const QString &values, bool exclude);
bool checkOutputFile(PendingRequest pending);
void flush();
void output();