qtpaths: Expose new PublicShareLocation, TemplatesLocation
These were added to QStandardPaths in commit 68c4669ce4
[ChangeLog][QtCore] PublicShareLocation, TemplatesLocation got added as
known locations to QStandardPaths.
Task-number: QTBUG-86106
Task-number: QTBUG-78092
Change-Id: I453b6a07dd7775f81f81a1b18fa95f5c1230cb1e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
bf44ca3224
commit
197b5de0d8
@ -122,7 +122,9 @@ static const StringEnum lookupTableData[] = {
|
||||
{ "MoviesLocation", QStandardPaths::MoviesLocation, false },
|
||||
{ "MusicLocation", QStandardPaths::MusicLocation, false },
|
||||
{ "PicturesLocation", QStandardPaths::PicturesLocation, false },
|
||||
{ "PublicShareLocation", QStandardPaths::PublicShareLocation, false },
|
||||
{ "RuntimeLocation", QStandardPaths::RuntimeLocation, false },
|
||||
{ "TemplatesLocation", QStandardPaths::TemplatesLocation, false },
|
||||
{ "TempLocation", QStandardPaths::TempLocation, false }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user