qtpaths: Drop obsolete code for Qt < 6
Change-Id: I1da44d57e872df76e6774a7603edd7049461520e Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
5898e0e4f1
commit
9f464716b0
@ -61,9 +61,6 @@ static const StringEnum lookupTableData[] = {
|
||||
{ "ApplicationsLocation", QStandardPaths::ApplicationsLocation, false },
|
||||
{ "CacheLocation", QStandardPaths::CacheLocation, true },
|
||||
{ "ConfigLocation", QStandardPaths::ConfigLocation, false },
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6,0,0)
|
||||
{ "DataLocation", QStandardPaths::DataLocation, true },
|
||||
#endif
|
||||
{ "DesktopLocation", QStandardPaths::DesktopLocation, false },
|
||||
{ "DocumentsLocation", QStandardPaths::DocumentsLocation, false },
|
||||
{ "DownloadLocation", QStandardPaths::DownloadLocation, false },
|
||||
|
Loading…
x
Reference in New Issue
Block a user