summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2/declarativechart_p.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-11-02 12:59:30 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-11-02 16:18:57 +0100
commita35a20ca587d8c2868f63b7f807d6ea5cb460354 (patch)
treeb0b88c41d26f80f3527653828fea86914790c883 /src/chartsqml2/declarativechart_p.h
parent5a263130aa7001439f57d891e863165c4589f40b (diff)
Migrate to autogenerated cpp exports in the ChartsQml module
Adjust private export name of ChartsQml to the generated one. Task-number: QTBUG-90492 Change-Id: I39f16166f97ae91587553a22bfdbfd33a96564cf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/chartsqml2/declarativechart_p.h')
-rw-r--r--src/chartsqml2/declarativechart_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartsqml2/declarativechart_p.h b/src/chartsqml2/declarativechart_p.h
index 17976faa..0a4eace1 100644
--- a/src/chartsqml2/declarativechart_p.h
+++ b/src/chartsqml2/declarativechart_p.h
@@ -61,7 +61,7 @@ class DeclarativeMargins;
class Domain;
class DeclarativeAxes;
-class Q_QMLCHARTS_PRIVATE_EXPORT DeclarativeChart : public QQuickItem
+class Q_CHARTSQML_PRIVATE_EXPORT DeclarativeChart : public QQuickItem
{
Q_OBJECT
Q_PROPERTY(Theme theme READ theme WRITE setTheme)