aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpathinterpolator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickpathinterpolator_p.h')
-rw-r--r--src/quick/util/qquickpathinterpolator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickpathinterpolator_p.h b/src/quick/util/qquickpathinterpolator_p.h
index 0fdb1a444f..60a9ff2e22 100644
--- a/src/quick/util/qquickpathinterpolator_p.h
+++ b/src/quick/util/qquickpathinterpolator_p.h
@@ -70,7 +70,7 @@ class Q_AUTOTEST_EXPORT QQuickPathInterpolator : public QObject
Q_PROPERTY(qreal y READ y NOTIFY yChanged)
Q_PROPERTY(qreal angle READ angle NOTIFY angleChanged)
public:
- explicit QQuickPathInterpolator(QObject *parent = 0);
+ explicit QQuickPathInterpolator(QObject *parent = nullptr);
QQuickPath *path() const;
void setPath(QQuickPath *path);