From 8b62375b2e072e31699d715509e80643918c6ac3 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 14 Sep 2018 07:04:05 +0200 Subject: Port deprecated method + use strict compile flags --- autotests/fallbackconfigresourcestest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/fallbackconfigresourcestest.cpp') diff --git a/autotests/fallbackconfigresourcestest.cpp b/autotests/fallbackconfigresourcestest.cpp index f921031e..2a9d1be7 100644 --- a/autotests/fallbackconfigresourcestest.cpp +++ b/autotests/fallbackconfigresourcestest.cpp @@ -32,7 +32,7 @@ private Q_SLOTS: void FallbackConfigResourcesTest::initTestCase() { - QStandardPaths::enableTestMode(true); + QStandardPaths::setTestModeEnabled(true); } void FallbackConfigResourcesTest::testResourceFallbackFile() -- cgit v1.2.1