summaryrefslogtreecommitdiffstats
path: root/src/charts/qchartglobal.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-04-01 09:17:51 +0200
committerKai Koehne <kai.koehne@qt.io>2019-04-01 11:11:36 +0000
commitbe2280a9600430d55595742ec75c08bb1556ec9b (patch)
tree2bae8337b09ceb5410316be4a17f4c930887513b /src/charts/qchartglobal.h
parent2286b0d68cad71bd1c266070377c86ad961bf1ba (diff)
Switch export macros to standard formv5.13.0-beta2
Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Task-number: QTBUG-73752 Change-Id: I4ee654eadbbfc6f5c25f3bb0a8123c8c17235c12 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/charts/qchartglobal.h')
-rw-r--r--src/charts/qchartglobal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/charts/qchartglobal.h b/src/charts/qchartglobal.h
index 96160021..759293d0 100644
--- a/src/charts/qchartglobal.h
+++ b/src/charts/qchartglobal.h
@@ -44,15 +44,15 @@
#ifndef QT_STATIC
# if defined(QT_BUILD_CHARTS_LIB)
-# define QT_CHARTS_EXPORT Q_DECL_EXPORT
+# define Q_CHARTS_EXPORT Q_DECL_EXPORT
# else
-# define QT_CHARTS_EXPORT Q_DECL_IMPORT
+# define Q_CHARTS_EXPORT Q_DECL_IMPORT
# endif
#else
-# define QT_CHARTS_EXPORT
+# define Q_CHARTS_EXPORT
#endif
-#define QT_CHARTS_AUTOTEST_EXPORT Q_AUTOTEST_EXPORT
+#define Q_CHARTS_AUTOTEST_EXPORT Q_AUTOTEST_EXPORT
#ifndef Q_CLANG_QDOC
#define QT_CHARTS_NAMESPACE QtCharts