forked from qt-creator/qt-creator
TestFrameworkManager: Add missing static keyword
Change-Id: I22aced21a8c951c746c6617d20d95fd81f5cef63 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -46,7 +46,7 @@ static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.frameworkmanager")
|
|||||||
namespace Autotest {
|
namespace Autotest {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
TestFrameworkManager *s_instance = nullptr;
|
static TestFrameworkManager *s_instance = nullptr;
|
||||||
|
|
||||||
TestFrameworkManager::TestFrameworkManager()
|
TestFrameworkManager::TestFrameworkManager()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user