From e2ac176d3c55e7fe459fec314db9b4440056f1a3 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Wed, 22 Jul 2015 22:43:33 +0200 Subject: [PATCH] Remove second argument of QSKIP call. Has been removed in Qt 5. --- tests/TestKeys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestKeys.cpp b/tests/TestKeys.cpp index 770af52d..abd137f5 100644 --- a/tests/TestKeys.cpp +++ b/tests/TestKeys.cpp @@ -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;