summaryrefslogtreecommitdiffstats
path: root/src/gallery/qgallerytyperequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/qgallerytyperequest.h')
-rw-r--r--src/gallery/qgallerytyperequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallery/qgallerytyperequest.h b/src/gallery/qgallerytyperequest.h
index 7fef7bc..ac18c36 100644
--- a/src/gallery/qgallerytyperequest.h
+++ b/src/gallery/qgallerytyperequest.h
@@ -64,8 +64,8 @@ class Q_GALLERY_EXPORT QGalleryTypeRequest : public QGalleryAbstractRequest
Q_PROPERTY(bool valid READ isValid NOTIFY typeChanged)
public:
- explicit QGalleryTypeRequest(QObject *parent = 0);
- explicit QGalleryTypeRequest(QAbstractGallery *gallery, QObject *parent = 0);
+ explicit QGalleryTypeRequest(QObject *parent = Q_NULLPTR);
+ explicit QGalleryTypeRequest(QAbstractGallery *gallery, QObject *parent = Q_NULLPTR);
~QGalleryTypeRequest();
QStringList propertyNames() const;