Remove second argument of QSKIP call.

Has been removed in Qt 5.
This commit is contained in:
Felix Geyer 2015-07-22 22:43:33 +02:00
parent ec8c0bb3e7
commit e2ac176d3c

View File

@ -176,7 +176,7 @@ void TestKeys::benchmarkTransformKey()
QByteArray env = qgetenv("BENCHMARK");
if (env.isEmpty() || env == "0" || env == "no") {
QSKIP("Benchmark skipped. Set env variable BENCHMARK=1 to enable.", SkipAll);
QSKIP("Benchmark skipped. Set env variable BENCHMARK=1 to enable.");
}
PasswordKey pwKey;