aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpathinterpolator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickpathinterpolator.cpp')
-rw-r--r--src/quick/util/qquickpathinterpolator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickpathinterpolator.cpp b/src/quick/util/qquickpathinterpolator.cpp
index 838213042e..bb47ca0205 100644
--- a/src/quick/util/qquickpathinterpolator.cpp
+++ b/src/quick/util/qquickpathinterpolator.cpp
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
*/
QQuickPathInterpolator::QQuickPathInterpolator(QObject *parent) :
- QObject(parent), _path(0), _x(0), _y(0), _angle(0), _progress(0)
+ QObject(parent), _path(nullptr), _x(0), _y(0), _angle(0), _progress(0)
{
}