We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3059b commit 6d2f269Copy full SHA for 6d2f269
generator/qtscript_masterinclude.h
@@ -119,6 +119,10 @@
119
120
#endif
121
122
+// Workaround: Modify definition of QT_DEFINE_TAG to not include type definition in variable definition,
123
+// which is currently not handled by the generator parser - and also isn't needed for the wrappers, as far as I can see
124
+// Note: This fixes some missing enums from qnamespace.h in Qt 6.8
125
+#define QT_DEFINE_TAG(x) constexpr struct x##_t x;
126
127
// it seems this can be safely ignored (otherwise generator currently stumbles over use of noexcept):
128
#define Q_DECLARE_SHARED(TYPE)
0 commit comments