forked from qt-creator/qt-creator
Use QC's TreeModel for TestResultModel
This changes the model to be a real tree instead of a list. Additionally the results pane now displays the results as tree as well. Change-Id: I69ba7bbfcd75ce17c3a0d4052498d9c1c7382d43 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
signals:
|
||||
void testRunStarted();
|
||||
void testRunFinished();
|
||||
void testResultCreated(const TestResult &testResult);
|
||||
void testResultCreated(TestResult *testResult);
|
||||
void requestStopTestRun();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user