mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Remove second argument of QSKIP call.
Has been removed in Qt 5.
This commit is contained in:
parent
ec8c0bb3e7
commit
e2ac176d3c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue