diff options
Diffstat (limited to 'src/qmlandroid/widget/qqmlandroidviewanimator_p.h')
| -rw-r--r-- | src/qmlandroid/widget/qqmlandroidviewanimator_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidviewanimator_p.h b/src/qmlandroid/widget/qqmlandroidviewanimator_p.h index daa4745..a037b50 100644 --- a/src/qmlandroid/widget/qqmlandroidviewanimator_p.h +++ b/src/qmlandroid/widget/qqmlandroidviewanimator_p.h @@ -60,7 +60,7 @@ class Q_QMLANDROID_EXPORT QQmlAndroidViewAnimator : public QQmlAndroidFrameLayou Q_PROPERTY(int outAnimation READ outAnimation WRITE setOutAnimation NOTIFY outAnimationChanged) public: - explicit QQmlAndroidViewAnimator(QQmlAndroidView *parent = 0); + explicit QQmlAndroidViewAnimator(QQmlAndroidView *parent = nullptr); int displayedChild() const; void setDisplayedChild(int child); |
