forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user