From 50f191eaba9b076675a52252dd8f2a5aaf5b1bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Tue, 22 Mar 2016 16:18:21 +0100 Subject: Add support for get QStandardPaths locations. Inside desktop files we want to reach also data, cache and config home to create files inside these directories. REVIEW: 127462 CHANGELOG: Add support for get QStandardPaths locations inside desktop files. --- autotests/kconfigtest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'autotests/kconfigtest.h') diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index be0a17ea..0a3de477 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -41,6 +41,7 @@ private Q_SLOTS: void testLocale(); void testEncoding(); void testPath(); + void testPathQtHome(); void testPersistenceOfExpandFlagForPath(); void testComplex(); void testEnums(); -- cgit v1.2.1