aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-05-07 15:56:13 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-05-08 14:04:39 +0000
commit7e9b6f62c698c8d27887db5b2bca3235aec288fd (patch)
tree44cd6b43faec7a3c1f1c2777947011828a335ff7 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent4d8707afa435af0589d8510d8340b2f3c3e9c7f7 (diff)
Tracing: Drop restricted start/end times from trace manager
The only thing we need is a flag for QML profiler to decide if it should show the "full range" option. Change-Id: I2437c44c2443d9389239e9af79d0672ee1cadbd2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index f3bef6869b7..033818d9fe9 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -78,6 +78,9 @@ public:
void addEventType(const QmlEventType &type);
void addEvent(const QmlEvent &event);
+ void restrictToRange(qint64 start, qint64 end);
+ bool isRestrictedToRange() const;
+
signals:
void typeDetailsChanged(int typeId);
void typeDetailsFinished();