forked from qt-creator/qt-creator
QmlProfiler: Remove separator comments
It's not clear what they're supposed to tell us. Change-Id: I62f4fb1265396b8d61df0ce6e3409f0eda677170 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -106,8 +106,6 @@ void QmlProfilerClientManager::setModelManager(QmlProfilerModelManager *m)
|
||||
connect(this,SIGNAL(dataReadyForProcessing()), d->modelManager, SLOT(complete()));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// Interface
|
||||
void QmlProfilerClientManager::setTcpConnection(QString host, quint64 port)
|
||||
{
|
||||
d->connectMode = QmlProfilerClientManagerPrivate::TcpConnection;
|
||||
@@ -132,8 +130,6 @@ void QmlProfilerClientManager::discardPendingData()
|
||||
clearBufferedData();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// Internal
|
||||
void QmlProfilerClientManager::connectClient(quint16 port)
|
||||
{
|
||||
if (d->connection)
|
||||
@@ -323,8 +319,6 @@ void QmlProfilerClientManager::stopClientsRecording()
|
||||
d->qmlclientplugin.data()->setRecording(false);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// Profiler State
|
||||
void QmlProfilerClientManager::registerProfilerStateManager( QmlProfilerStateManager *profilerState )
|
||||
{
|
||||
if (d->profilerState) {
|
||||
|
||||
Reference in New Issue
Block a user