mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove second argument of QSKIP call.
Has been removed in Qt 5.
This commit is contained in:
parent
ec8c0bb3e7
commit
e2ac176d3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user