TestFrameworkManager: Add missing static keyword

Change-Id: I22aced21a8c951c746c6617d20d95fd81f5cef63
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Eike Ziller
2017-09-27 15:00:11 +02:00
parent eeb0358d65
commit 46a5133f4b

View File

@@ -46,7 +46,7 @@ static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.frameworkmanager")
namespace Autotest {
namespace Internal {
TestFrameworkManager *s_instance = nullptr;
static TestFrameworkManager *s_instance = nullptr;
TestFrameworkManager::TestFrameworkManager()
{