QmlProfiler: Remove QmlProfilerPlugin::instance

We're not using it anymore.

Change-Id: I036d472d0be884f617d000d2077e58ba5b527da9
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-05-30 11:57:01 +02:00
parent 073a472336
commit b523eed434
2 changed files with 0 additions and 5 deletions

View File

@@ -40,14 +40,11 @@ namespace Internal {
Q_GLOBAL_STATIC(QmlProfilerSettings, qmlProfilerGlobalSettings)
bool QmlProfilerPlugin::debugOutput = false;
QmlProfilerPlugin *QmlProfilerPlugin::instance = 0;
bool QmlProfilerPlugin::initialize(const QStringList &arguments, QString *errorString)
{
Q_UNUSED(arguments)
QmlProfilerPlugin::instance = this;
if (!Utils::HostOsInfo::canCreateOpenGLContext(errorString))
return false;