QmlProfiler: remove bogus comment

Change-Id: I5a2e0479fb2f64585e3407013edeea18a30ba080
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-06-30 14:35:50 +02:00
parent e1cfc09603
commit 188d4bfdb2

View File

@@ -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)),