summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-04-01 12:21:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-04-01 14:13:31 +0000
commit0155bfd3864a3222d6f31c58a3f65cbed4c1223b (patch)
treeebe99ec2f2ad1f1b1ac57bdf206bcfe029080d1b
parent222e119aa2eca2f7e5c881cf7e91f050684a6e13 (diff)
downloadqttools-0155bfd3864a3222d6f31c58a3f65cbed4c1223b.tar.gz
qtdiag: Add AppDataLocation.
Change-Id: Ia5154a6463a0a5947f8346f18718f0f0027fd89a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--src/qtdiag/qtdiag.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtdiag/qtdiag.cpp b/src/qtdiag/qtdiag.cpp
index b710be8c6..6af3eccd7 100644
--- a/src/qtdiag/qtdiag.cpp
+++ b/src/qtdiag/qtdiag.cpp
@@ -274,6 +274,7 @@ QString qtDiag(unsigned flags)
DUMP_STANDARDPATH(str, DownloadLocation)
DUMP_STANDARDPATH(str, GenericCacheLocation)
DUMP_STANDARDPATH(str, GenericConfigLocation)
+ DUMP_STANDARDPATH(str, AppDataLocation)
DUMP_STANDARDPATH(str, AppConfigLocation)
str << "\nFile selectors (increasing order of precedence):\n ";