summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-30 14:35:50 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-30 14:40:45 +0000
commit188d4bfdb24c938a0c60042418852f2a8bcb2a73 (patch)
treeb58822b1a5ab04ec024586cc63b04bc40957f4f9
parente1cfc0960358923059f54ee554e1ec4ecd1951e2 (diff)
downloadqt-creator-188d4bfdb24c938a0c60042418852f2a8bcb2a73.tar.gz
QmlProfiler: remove bogus comment
Change-Id: I5a2e0479fb2f64585e3407013edeea18a30ba080 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp b/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp
index 190fec5a5c..e77fa3a26c 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp
@@ -180,7 +180,6 @@ void QmlProfilerClientManager::connectClientSignals()
d->modelManager->traceTime(), SLOT(decreaseStartTime(qint64)));
connect(d->qmlclientplugin.data(), SIGNAL(enabledChanged()),
d->qmlclientplugin.data(), SLOT(sendRecordingStatus()));
- // fixme: this should be unified for both clients
connect(d->qmlclientplugin.data(), SIGNAL(recordingChanged(bool)),
d->profilerState, SLOT(setServerRecording(bool)));
connect(d->profilerState, SIGNAL(recordingFeaturesChanged(quint64)),