forked from qt-creator/qt-creator
AutoTest: Add Id to parsers and remove now useless enum
Preparation for introducing test frameworks. Change-Id: Iefaa4ca9dd9af665444556afa9c6e326041cfd0f Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Internal {
|
||||
class QtTestParseResult : public TestParseResult
|
||||
{
|
||||
public:
|
||||
explicit QtTestParseResult() : TestParseResult(TestTreeModel::AutoTest) {}
|
||||
explicit QtTestParseResult(const Core::Id &id) : TestParseResult(id) {}
|
||||
TestTreeItem *createTestTreeItem() const override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user