diff options
author | Michael Weghorn <[email protected]> | 2024-04-09 10:33:33 +0200 |
---|---|---|
committer | Michael Weghorn <[email protected]> | 2024-04-09 18:48:43 +0200 |
commit | 9f464716b0ce55b09c96e4e68b778a8ed57690b7 (patch) | |
tree | 80cd9da6b88c91e6e18d0fa13c04226e3ec8d5da | |
parent | 5898e0e4f14d1e6d0b0fc09e122346d817cb821a (diff) |
qtpaths: Drop obsolete code for Qt < 6
Change-Id: I1da44d57e872df76e6774a7603edd7049461520e
Reviewed-by: Alexey Edelev <[email protected]>
-rw-r--r-- | src/tools/qtpaths/qtpaths.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/qtpaths/qtpaths.cpp b/src/tools/qtpaths/qtpaths.cpp index deb3ad52530..71f9fe43497 100644 --- a/src/tools/qtpaths/qtpaths.cpp +++ b/src/tools/qtpaths/qtpaths.cpp @@ -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 }, |