Merge remote-tracking branch 'origin/10.0'

Conflicts:
	src/plugins/debugger/watchhandler.cpp

Change-Id: If759b6260dfa008738d3a0ce543eb0eead8a8bba
This commit is contained in:
Eike Ziller
2023-02-27 09:48:12 +01:00
73 changed files with 1388 additions and 407 deletions

View File

@@ -715,7 +715,7 @@ void TestRunner::onFinished()
void TestRunner::reportResult(ResultType type, const QString &description)
{
TestResult result("internal", {});
TestResult result({}, {});
result.setResult(type);
result.setDescription(description);
emit testResultReady(result);