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