diff options
author | Ulf Hermann <[email protected]> | 2015-04-09 14:00:11 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2015-05-18 11:17:26 +0000 |
commit | d573454936a43f5b861fde05c24ed5d5d24977ee (patch) | |
tree | b1722c4ce5acc4da20b74fc21cc7f6a329a8d966 /src/plugins/qmlprofiler/qmlprofilertraceview.cpp | |
parent | 1e9f7e1e44300ce018c839f69bfbfe3bc0634faf (diff) |
Timeline: Remove the stateChanged signal from TimelineModelAggregator
It doesn't serve any purpose anymore.
Change-Id: I20c64e35415fc842852cf8e4bb20611294943a16
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertraceview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.cpp b/src/plugins/qmlprofiler/qmlprofilertraceview.cpp index aced3bc5383..78716dd4bb4 100644 --- a/src/plugins/qmlprofiler/qmlprofilertraceview.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertraceview.cpp @@ -145,9 +145,6 @@ QmlProfilerTraceView::QmlProfilerTraceView(QWidget *parent, QmlProfilerTool *pro d->m_modelProxy->addModel(new QmlProfilerRangeModel(modelManager, (RangeType)i, d->m_modelProxy)); - // Connect this last so that it's executed after the models have updated their data. - connect(modelManager->qmlModel(), SIGNAL(changed()), d->m_modelProxy, SIGNAL(stateChanged())); - // Minimum height: 5 rows of 20 pixels + scrollbar of 50 pixels + 20 pixels margin setMinimumHeight(170); |