aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-10-14 16:44:45 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2014-11-21 10:53:28 +0100
commit70102410dfa654d036e7a6b797f1d70ca468e957 (patch)
tree7309a8fa751ed021c98240b8f0068394d37162b5 /src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp
parentec118e04a355fa6fb9a1be19c5559e691296d21e (diff)
QmlProfiler: Centralize trace/window/range times
Avoid keeping multiple, potentially diverging copies of the same time information and make sure all the times are consistent with each other. Stating the times as properties allows us to use bindings in more places, too. Change-Id: I9cdd4f561ac22ad795939594ba340b1fbc070e9a Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp
index 78d6d6e9429..b183463fea9 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp
@@ -31,7 +31,6 @@
#include "qmlprofilerstatewidget.h"
#include <QPainter>
-
#include <QVBoxLayout>
#include <QLabel>
#include <QProgressBar>