summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-14 17:14:39 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-14 16:16:14 +0000
commitbd1d8d14e73a6487cbbd0dc03aed4ad275ef2346 (patch)
treeedb70b76993f5c5e3bc434c00129e9a534373cb0 /src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
parent19316bc38c050cba511772d3a4edb02e9fa7ac33 (diff)
Use nullptr
Change-Id: I1643f2a16ddc02a561704465953487115d24fdac Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/qmlandroid/widget/qqmlandroidpopupmenu_p.h')
-rw-r--r--src/qmlandroid/widget/qqmlandroidpopupmenu_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h b/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
index 0d8b63e..1f96d7b 100644
--- a/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
+++ b/src/qmlandroid/widget/qqmlandroidpopupmenu_p.h
@@ -63,7 +63,7 @@ class Q_QMLANDROID_EXPORT QQmlAndroidPopupMenu : public QQmlAndroidObject
Q_PROPERTY(int gravity READ gravity WRITE setGravity NOTIFY gravityChanged)
public:
- explicit QQmlAndroidPopupMenu(QObject *parent = 0);
+ explicit QQmlAndroidPopupMenu(QObject *parent = nullptr);
QList<QQmlAndroidMenuItem *> items() const;