From c4f19e2db7a25132907b96db820d4dd647bbc497 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 25 Jan 2023 20:16:39 -0500 Subject: Remove ifdefs for Qt 5 support. --- ui/featuremap.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ui/featuremap.h') diff --git a/ui/featuremap.h b/ui/featuremap.h index f67d4443..9376aa5d 100644 --- a/ui/featuremap.h +++ b/ui/featuremap.h @@ -1,11 +1,7 @@ #pragma once #include -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - #include -#else - #include -#endif +#include #include #include #include -- cgit v1.3.1