Autotest: Simplify framework registration functions signature

Change-Id: I249b73f0adf5a678145be9d00bee9a733097bfef
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-07-27 16:13:18 +02:00
parent c60f999a66
commit 8a6e4bea9e
2 changed files with 8 additions and 10 deletions

View File

@@ -14,8 +14,8 @@ public:
TestFrameworkManager();
~TestFrameworkManager();
bool registerTestFramework(ITestFramework *framework);
bool registerTestTool(ITestTool *testTool);
void registerTestFramework(ITestFramework *framework);
void registerTestTool(ITestTool *testTool);
void synchronizeSettings();
static ITestFramework *frameworkForId(Utils::Id frameworkId);