forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/10.0'
Conflicts: src/plugins/debugger/watchhandler.cpp Change-Id: If759b6260dfa008738d3a0ce543eb0eead8a8bba
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user