mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 05:45:49 +00:00
massive changes inside
* use pass by ref instead of by value if possible * use reference in interation over collections * fix no tag inserting
This commit is contained in:
@ -64,7 +64,7 @@ void TestAWTelemetryHandler::test_getLast()
|
||||
|
||||
void TestAWTelemetryHandler::test_uploadTelemetry()
|
||||
{
|
||||
QSignalSpy spy(plugin, SIGNAL(replyReceived(QString)));
|
||||
QSignalSpy spy(plugin, SIGNAL(replyReceived(QString &)));
|
||||
plugin->uploadTelemetry(telemetryValidGroup, telemetryData);
|
||||
|
||||
QVERIFY(spy.wait(5000));
|
||||
|
Reference in New Issue
Block a user