forked from qt-creator/qt-creator
QmlProfiler: Remove QmlProfilerPlugin::debugOutput
I doubt that anyone has ever used it. Change-Id: Icf8c6513f5cdd10a9aa790e7373df9eba7c12ef2 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -317,10 +317,7 @@ void QmlProfilerClientManager::qmlDebugConnectionStateChanged(QAbstractSocket::S
|
||||
|
||||
void QmlProfilerClientManager::logState(const QString &msg)
|
||||
{
|
||||
QString state = QLatin1String("QML Profiler: ") + msg;
|
||||
if (QmlProfilerPlugin::debugOutput)
|
||||
qWarning() << state;
|
||||
QmlProfilerTool::logState(state);
|
||||
QmlProfilerTool::logState(QLatin1String("QML Profiler: ") + msg);
|
||||
}
|
||||
|
||||
void QmlProfilerClientManager::retryMessageBoxFinished(int result)
|
||||
|
||||
Reference in New Issue
Block a user