forked from qt-creator/qt-creator
AutoTest: Extract function to get active frameworks
For later re-use. Change-Id: I87cf6db4de861b626e4669351df3f5119952328f Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "autotest_global.h"
|
||||
#include "itestframework.h"
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
@@ -45,6 +45,7 @@ public:
|
||||
|
||||
static TestSettings *settings();
|
||||
static TestProjectSettings *projectSettings(ProjectExplorer::Project *project);
|
||||
static TestFrameworks activeTestFrameworks();
|
||||
static void updateMenuItemsEnabledState();
|
||||
static void cacheRunConfigChoice(const QString &buildTargetKey, const ChoicePair &choice);
|
||||
static ChoicePair cachedChoiceFor(const QString &buildTargetKey);
|
||||
|
||||
Reference in New Issue
Block a user