wayland support

This commit is contained in:
2023-05-15 12:00:46 +03:00
parent 84de9755b5
commit dea9d488df
89 changed files with 423 additions and 646 deletions

View File

@ -64,8 +64,7 @@ void TestExtQuotes::test_run()
for (auto &type : types) {
QCOMPARE(firstValue[extQuotes->tag(type)].toDouble(), 0.0);
QVERIFY((cache[type].toDouble() >= price.first)
&& (cache[type].toDouble() <= price.second));
QVERIFY((cache[type].toDouble() >= price.first) && (cache[type].toDouble() <= price.second));
}
}