AutoTest: Pass a list of results inside testParseResultsReady()

This limits the number of signals being sent.

Change-Id: Ie4b0661571a9d1bbd5708e33e21e0911e7a9fcbd
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2024-01-12 20:33:55 +01:00
parent 3acfda421f
commit 5f200ed5c7
4 changed files with 17 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ public:
signals:
void aboutToPerformFullParse();
void testParseResultReady(const TestParseResultPtr result); // TODO: pass list of results?
void testParseResultsReady(const QList<TestParseResultPtr> &results);
void parsingStarted();
void parsingFinished();
void parsingFailed();