mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove second argument of QSKIP call.
Has been removed in Qt 5.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user