summaryrefslogtreecommitdiffstats
path: root/src/gallery/qgalleryquerymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/qgalleryquerymodel.h')
-rw-r--r--src/gallery/qgalleryquerymodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallery/qgalleryquerymodel.h b/src/gallery/qgalleryquerymodel.h
index 9eb8e92..6399ef7 100644
--- a/src/gallery/qgalleryquerymodel.h
+++ b/src/gallery/qgalleryquerymodel.h
@@ -69,8 +69,8 @@ class Q_GALLERY_EXPORT QGalleryQueryModel : public QAbstractItemModel
Q_PROPERTY(QString errorString READ errorString NOTIFY errorChanged)
Q_PROPERTY(QGalleryAbstractRequest::State state READ state NOTIFY stateChanged)
public:
- QGalleryQueryModel(QObject *parent = 0);
- QGalleryQueryModel(QAbstractGallery *gallery, QObject *parent = 0);
+ QGalleryQueryModel(QObject *parent = Q_NULLPTR);
+ QGalleryQueryModel(QAbstractGallery *gallery, QObject *parent = Q_NULLPTR);
~QGalleryQueryModel();
QAbstractGallery *gallery() const;