Commit 3b102b02 authored by David Faure's avatar David Faure
Browse files

qtpaths: add missing GenericConfigLocation, exists since Qt 5.2.0


Change-Id: I4d4ef2e0f33896984f436df6c9a033dd89866665
Reviewed-by: default avatarSune Vuorela <sune@vuorela.dk>
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Showing with 1 addition and 0 deletions
......@@ -88,6 +88,7 @@ static const struct StringEnum {
{ "GenericDataLocation", QStandardPaths::GenericDataLocation },
{ "RuntimeLocation", QStandardPaths::RuntimeLocation },
{ "ConfigLocation", QStandardPaths::ConfigLocation },
{ "GenericConfigLocation", QStandardPaths::GenericConfigLocation },
{ "DownloadLocation", QStandardPaths::DownloadLocation }
};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment