From 9f464716b0ce55b09c96e4e68b778a8ed57690b7 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Tue, 9 Apr 2024 10:33:33 +0200 Subject: [PATCH] qtpaths: Drop obsolete code for Qt < 6 Change-Id: I1da44d57e872df76e6774a7603edd7049461520e Reviewed-by: Alexey Edelev --- src/tools/qtpaths/qtpaths.cpp | 3 --- 1 file changed, 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 },