From 1a5dc6d358dc0a7fc250239cf4453e4268695f8e Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 25 Feb 2024 13:55:40 +0100 Subject: [PATCH] Qt5 incompatibility fixed --- src/controls/QskModelObjectBinder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/QskModelObjectBinder.cpp b/src/controls/QskModelObjectBinder.cpp index 1683386b..b33d51a5 100644 --- a/src/controls/QskModelObjectBinder.cpp +++ b/src/controls/QskModelObjectBinder.cpp @@ -8,7 +8,6 @@ #include #include #include -#include static inline QMetaProperty qskMetaProperty( const QMetaObject* metaObject, const QByteArray& name )