aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-28 15:43:00 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-10 12:33:25 +0000
commit71e8c3ffd7658550bb2539bc67d4fd6cf307c4b6 (patch)
tree7359ce1fdf16c0c430eee15e335d9dc41d0713b2 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent21caa592929568f1470aabb03b46ca1a27a0beec (diff)
QmlProfiler: Reset the zoom control only when we're finished loading
Drop the timeChanged signal of QmlProfilerTraceTime, too, as that doesn't serve a purpose anymore. We don't want intermittent changes of the trace time to be reflected in the UI when loading. Change-Id: I85f18b90fc404ec254c68625104d3e3f9077a1d9 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 4c3fdec85ae..4cda9403315 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -51,9 +51,6 @@ public:
qint64 endTime() const;
qint64 duration() const;
-signals:
- void timeChanged(qint64,qint64);
-
public slots:
void clear();