diff options
Diffstat (limited to 'src/corelib/io/qstandardpaths.h')
| -rw-r--r-- | src/corelib/io/qstandardpaths.h | 4 |
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) |
