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. --- examples/triage/files.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/triage/files.h b/examples/triage/files.h index 01d8e75e..d0cfc2ab 100644 --- a/examples/triage/files.h +++ b/examples/triage/files.h @@ -2,11 +2,7 @@ #include #include -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - #include -#else - #include -#endif +#include #include "action.h" #include "menus.h" -- cgit v1.3.1