aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.h
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-03-22 16:18:21 +0100
committerSandro Knauß <sknauss@kde.org>2016-03-28 17:44:48 +0200
commit50f191eaba9b076675a52252dd8f2a5aaf5b1bb0 (patch)
treeb1913743e1ac75b76e6fb5632d3b899de5611a74 /autotests/kconfigtest.h
parent43f8c1169524103eea0cbe624572c582b4d14494 (diff)
downloadkconfig-50f191eaba9b076675a52252dd8f2a5aaf5b1bb0.tar.gz
kconfig-50f191eaba9b076675a52252dd8f2a5aaf5b1bb0.tar.bz2
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.
Diffstat (limited to 'autotests/kconfigtest.h')
-rw-r--r--autotests/kconfigtest.h1
1 files changed, 1 insertions, 0 deletions
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();