forked from qt-creator/qt-creator
AutoTest: Introduce ITestConfiguration
Preparation for an additional simpler test configuration which needs to have the same common base. Change-Id: I1800ed5d7301f1aea99eba6ef588a204697bd569 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ const QString TestResult::outputString(bool selected) const
|
||||
return selected ? m_description : m_description.split('\n').first();
|
||||
}
|
||||
|
||||
const TestTreeItem *TestResult::findTestTreeItem() const
|
||||
const ITestTreeItem *TestResult::findTestTreeItem() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user