aboutsummaryrefslogtreecommitdiff
path: root/autotests/fallbackconfigresourcestest.cpp
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-09-14 07:04:05 +0200
committerLaurent Montel <montel@kde.org>2018-09-14 07:04:41 +0200
commit8b62375b2e072e31699d715509e80643918c6ac3 (patch)
tree49523749eacf49edd7be6de60df3de71e8d40ad2 /autotests/fallbackconfigresourcestest.cpp
parent78aa01326a800aae9a14c3e15783c35d43a2f92b (diff)
downloadkconfig-8b62375b2e072e31699d715509e80643918c6ac3.tar.gz
kconfig-8b62375b2e072e31699d715509e80643918c6ac3.tar.bz2
Port deprecated method + use strict compile flags
Diffstat (limited to 'autotests/fallbackconfigresourcestest.cpp')
-rw-r--r--autotests/fallbackconfigresourcestest.cpp2
1 files changed, 1 insertions, 1 deletions
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()