summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qstandardpaths.h')
-rw-r--r--src/corelib/io/qstandardpaths.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/io/qstandardpaths.h b/src/corelib/io/qstandardpaths.h
index 2ee228beec3..145591f58d8 100644
--- a/src/corelib/io/qstandardpaths.h
+++ b/src/corelib/io/qstandardpaths.h
@@ -72,7 +72,9 @@ public:
GenericCacheLocation,
GenericConfigLocation,
AppDataLocation,
- AppConfigLocation
+ AppConfigLocation,
+ PublicShareLocation,
+ TemplatesLocation
};
Q_ENUM(StandardLocation)