forked from qt-creator/qt-creator
QmlProfiler: remove bogus comment
Change-Id: I5a2e0479fb2f64585e3407013edeea18a30ba080 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -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)),
|
||||
|
Reference in New Issue
Block a user