Prior to Qt 5, QSKIP() accepted a scope parameter, either SkipAll or SkipSingle. This has been ignored since 5.0.0, so remove all surviving uses of it (including the QTest::QSkipAll and QTest::SkipAll, which were surely bogus even before). Change-Id: I4fc671534c88c2c52535d4cc9f1ab0bd8ea719d0 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>