Undo accidentally overwrite

This commit is contained in:
Skye Deving 2021-01-07 04:05:25 -06:00
parent c7f8670794
commit 29354d919f

View File

@ -39,7 +39,7 @@ TEST_CASE("Detect png animation", "[apng][noci]") {
// Auto detect fails on apng
QImageReader d;
d.setDecideFormatFromContent(true);
d.setAutoDetectImageFormat(true);
d.setFileName("snackoo.png");
REQUIRE(!d.supportsAnimation());
REQUIRE(!QPixmap::fromImage(d.read()).isNull());