summaryrefslogtreecommitdiffstats
path: root/src/charts/animations/xyanimation.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-07-28 17:19:47 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-11-06 12:17:54 +0100
commit227020b118fa38ada1d8bd579593dae61f6e3881 (patch)
treeeae709325afacfd9f63ef52d643ec20f1d926534 /src/charts/animations/xyanimation.cpp
parent71cb91cfba5ab7db2b2415a48881aeba37d71438 (diff)
Remove charts namespace for Qt6
This auto refactor to remove charts namespace, just use qt one. [ChangeLog] Use QT_NAMESPACE as other modules. Change-Id: I7722ed2ff5cd84c594ea96db15e5df50a24f06b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/charts/animations/xyanimation.cpp')
-rw-r--r--src/charts/animations/xyanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charts/animations/xyanimation.cpp b/src/charts/animations/xyanimation.cpp
index 2ec87c91..e9c2c8c9 100644
--- a/src/charts/animations/xyanimation.cpp
+++ b/src/charts/animations/xyanimation.cpp
@@ -33,7 +33,7 @@
Q_DECLARE_METATYPE(QList<QPointF>)
-QT_CHARTS_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
XYAnimation::XYAnimation(XYChart *item, int duration, QEasingCurve &curve)
: ChartAnimation(item),
@@ -160,6 +160,6 @@ void XYAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnima
}
}
-QT_CHARTS_END_NAMESPACE
+QT_END_NAMESPACE
#include "moc_chartanimation_p.cpp"