summaryrefslogtreecommitdiffstats
path: root/src/runtime/api/q3dselement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/api/q3dselement.h')
-rw-r--r--src/runtime/api/q3dselement.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/api/q3dselement.h b/src/runtime/api/q3dselement.h
index fab455c..ec62590 100644
--- a/src/runtime/api/q3dselement.h
+++ b/src/runtime/api/q3dselement.h
@@ -39,6 +39,11 @@ QT_BEGIN_NAMESPACE
class Q3DSElementPrivate;
class Q3DSPresentation;
+// hack. no clue why Cpp.ignoretokens does not work.
+#ifdef Q_CLANG_QDOC
+#define Q3DSV_EXPORT
+#endif
+
class Q3DSV_EXPORT Q3DSElement : public QObject
{
Q_OBJECT