From 29354d919fad2da8c26054abb796ed7a270f278d Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 7 Jan 2021 04:05:25 -0600 Subject: [PATCH] Undo accidentally overwrite --- test/test_apng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_apng.cpp b/test/test_apng.cpp index 50965ad..403034b 100644 --- a/test/test_apng.cpp +++ b/test/test_apng.cpp @@ -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());