forked from qt-creator/qt-creator
Autotest: Adapt to changed settings access pattern again
Settings are created on first access now, even though this doesn't matter much here as this happens unconditionally in AutotestPluginPrivate ctor via m_frameworkManager.synchronizeSettings() Change-Id: I340927cf107d7e4b2268e842d23f1a89898e8a92 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
#include "itestframework.h"
|
||||
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
class TestSettings;
|
||||
}
|
||||
|
||||
class TestFrameworkManager final
|
||||
{
|
||||
@@ -24,7 +21,7 @@ public:
|
||||
static ITestFramework *frameworkForId(Utils::Id frameworkId);
|
||||
static ITestTool *testToolForId(Utils::Id testToolId);
|
||||
static ITestTool *testToolForBuildSystemId(Utils::Id buildSystemId);
|
||||
static void activateFrameworksAndToolsFromSettings(const Internal::TestSettings *settings);
|
||||
static void activateFrameworksAndToolsFromSettings();
|
||||
static const TestFrameworks registeredFrameworks();
|
||||
static const TestTools registeredTestTools();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user