aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-04-08 19:05:30 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-05-18 10:00:40 +0000
commitd71dfa97bfba9ba42f8d0caae0c32fedd2fe1e8a (patch)
tree2e796cfbbe6f7dd6c0d32932ed04f6b7515c73e4 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent50a47cdb4935b0446527bcdee77103e90b958825 (diff)
Timeline: Remove useless dataAvailable() signals
The only thing they did was trigger some QML code that set the zoom to 10% of the available range. 10% is somewhat arbitrary, so we shouldn't have it in the general purpose timeline. Also, we don't really have to pass the signal through several connections just to do that in QML. The clearChildren() didn't have any effect there as dataAvailable() should only happen if the view is already cleared. Change-Id: I1813ed37a82fc3fd5c3b7fc02b2afb1dcbcadcfb Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 3729df5b73e..a90e7b98bf1 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -136,7 +136,6 @@ signals:
void error(const QString &error);
void stateChanged();
void progressChanged();
- void dataAvailable();
void loadFinished();
void saveFinished();