Skip to content

Commit 4c842f8

Browse files
committed
bugfix missing forward class
1 parent 29349fd commit 4c842f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/orm/utils/type.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ TINY_SYSTEM_HEADER
1717
#include "orm/macros/commonnamespace.hpp"
1818
#include "orm/macros/export.hpp"
1919

20+
class QVariant; // clazy:exclude=qt6-fwd-fixes
21+
2022
TINYORM_BEGIN_COMMON_NAMESPACE
2123

2224
#if defined(__GNUG__) || defined(__clang__)

0 commit comments

Comments
 (0)