aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-01 10:14:47 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-01 10:17:22 +0000
commitb054fd85420d9726027772aaec93d21ac64c2985 (patch)
treefd9c3a3375826357e2398f938354faac69dc4e2a /src/plugins/qmlprofiler/qmlprofilerstatewidget.h
parent1caa899b8df94b075dfc2012c7a6ceb679639f9b (diff)
QmlProfiler: Clean up the state widget
Ultimately we want this as jobs for the progress manager, but let's get the logic right before. The state widget should not estimate profiling times and it doesn't have to keep local copies of all the state the model and state managers already have. Also, we need an additional indication for "waiting for application to send data", as that can take significant time. Change-Id: I3677dea4b0561bc83a7bc3c196ce0854c5624f12 Task-number: QTCREATORBUG-12958 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatewidget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
index 9272cce1b01..0e1c9dcd116 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
@@ -50,13 +50,8 @@ public:
private slots:
void showText(const QString &text, bool showProgress = false);
void updateDisplay();
- void dataStateChanged();
- void profilerStateChanged();
void reposition();
-signals:
- void newTimeEstimation(qint64);
-
protected:
void paintEvent(QPaintEvent *event);