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