Edward Welbourne 09d4b16046 Remove second parameter being passed to QSKIP()
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>
2024-08-13 11:21:48 +02:00
..