forked from qt-creator/qt-creator
AutoTest: Report parse results through QFutureInterface
Change-Id: Ib99e9ae5efa26f01dd9c0b0bf5516e2e9dab73ce Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -145,6 +145,13 @@ private:
|
||||
|
||||
};
|
||||
|
||||
struct TestParseResult
|
||||
{
|
||||
TestParseResult(TestTreeItem *it, TestTreeModel::Type t) : item(it), type(t) {}
|
||||
TestTreeItem *item;
|
||||
TestTreeModel::Type type;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Autotest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user