aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-10 17:11:21 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-11 12:26:45 +0000
commitfdbed834faa659c7ad074e59a9cc3380a12f888e (patch)
tree31373a29637aab73b12a2e4284517f4d118a3ca2 /src/plugins/qmlprofiler/qmlprofilerclientmanager.h
parent44750d047ecaf06b318c2f7d5181ff5d97c58c51 (diff)
QmlProfiler: Refactor complete() methods
The complete() methods do something more specific. We should call them by what they do. Also, we don't need to signal the finishing of data acquisition via a signal and most of the postprocessing can happen in the worker thread. Change-Id: Iae986aefb8e7e7d4327c481d7a85325bbff7fa48 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerclientmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
index 4f878b2485..9f7d3df3f7 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
@@ -62,7 +62,6 @@ public:
signals:
void connectionFailed();
void connectionClosed();
- void dataReadyForProcessing();
public slots:
void connectClient(quint16 port);