forked from qt-creator/qt-creator
AutoTest: Copy parse results only if necessary
Copying of the results is quite costly, so reduce this to a minimum. Change-Id: I8db3bcd72c34ddd0bdc622ec3f2fd538c9679955 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -89,7 +89,7 @@ signals:
|
||||
public slots:
|
||||
|
||||
private:
|
||||
void onParseResultReady(TestParseResult result);
|
||||
void onParseResultReady(const TestParseResult &result);
|
||||
void handleParseResult(const TestParseResult &result);
|
||||
void handleUnnamedQuickParseResult(const TestParseResult &result);
|
||||
void handleGTestParseResult(const TestParseResult &result);
|
||||
|
||||
Reference in New Issue
Block a user