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/typeview.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ui/typeview.h') diff --git a/ui/typeview.h b/ui/typeview.h index 1aa89cc8..845bc6bc 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -2,11 +2,7 @@ #include #include -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - #include -#else - #include -#endif +#include #include #include #include -- cgit v1.3.1