summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/charts/qchartglobal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/qchartglobal.h b/src/charts/qchartglobal.h
index 46c5f400..96160021 100644
--- a/src/charts/qchartglobal.h
+++ b/src/charts/qchartglobal.h
@@ -54,7 +54,9 @@
#define QT_CHARTS_AUTOTEST_EXPORT Q_AUTOTEST_EXPORT
+#ifndef Q_CLANG_QDOC
#define QT_CHARTS_NAMESPACE QtCharts
+#endif
#ifdef QT_CHARTS_NAMESPACE
# define QT_CHARTS_BEGIN_NAMESPACE namespace QT_CHARTS_NAMESPACE {