summaryrefslogtreecommitdiffstats
path: root/src/imports/gallery/qdeclarativegallerytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gallery/qdeclarativegallerytype.h')
-rw-r--r--src/imports/gallery/qdeclarativegallerytype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/gallery/qdeclarativegallerytype.h b/src/imports/gallery/qdeclarativegallerytype.h
index 9dead1c..2a91f78 100644
--- a/src/imports/gallery/qdeclarativegallerytype.h
+++ b/src/imports/gallery/qdeclarativegallerytype.h
@@ -130,7 +130,7 @@ protected:
CanceledUpdate
};
- explicit QDeclarativeGalleryType(QObject *parent = 0);
+ explicit QDeclarativeGalleryType(QObject *parent = Q_NULLPTR);
void deferredExecute();
@@ -153,7 +153,7 @@ class QDeclarativeDocumentGalleryType : public QDeclarativeGalleryType
Q_OBJECT
Q_PROPERTY(QDocGallery::QDeclarativeDocumentGallery::ItemType itemType READ itemType WRITE setItemType NOTIFY itemTypeChanged)
public:
- explicit QDeclarativeDocumentGalleryType(QObject *parent = 0);
+ explicit QDeclarativeDocumentGalleryType(QObject *parent = Q_NULLPTR);
~QDeclarativeDocumentGalleryType();
void classBegin();