diff options
Diffstat (limited to 'src/qmlandroid/widget/qqmlandroidtabhost_p.h')
| -rw-r--r-- | src/qmlandroid/widget/qqmlandroidtabhost_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidtabhost_p.h b/src/qmlandroid/widget/qqmlandroidtabhost_p.h index 004e1f3..5d15520 100644 --- a/src/qmlandroid/widget/qqmlandroidtabhost_p.h +++ b/src/qmlandroid/widget/qqmlandroidtabhost_p.h @@ -57,7 +57,7 @@ class Q_QMLANDROID_EXPORT QQmlAndroidTabHost : public QQmlAndroidFrameLayout Q_OBJECT public: - explicit QQmlAndroidTabHost(QQmlAndroidView *parent = 0); + explicit QQmlAndroidTabHost(QQmlAndroidView *parent = nullptr); Q_SIGNALS: void tabChanged(const QString &tabId); |
