summaryrefslogtreecommitdiffstats
path: root/src/render/io/qsceneparserplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qsceneparserplugin.h')
-rw-r--r--src/render/io/qsceneparserplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/io/qsceneparserplugin.h b/src/render/io/qsceneparserplugin.h
index 102473a4d..5d1334b35 100644
--- a/src/render/io/qsceneparserplugin.h
+++ b/src/render/io/qsceneparserplugin.h
@@ -55,7 +55,7 @@ class QT3DRENDERSHARED_EXPORT QSceneParserPlugin : public QObject
{
Q_OBJECT
public:
- explicit QSceneParserPlugin(QObject *parent = 0);
+ explicit QSceneParserPlugin(QObject *parent = Q_NULLPTR);
~QSceneParserPlugin();
virtual QAbstractSceneParser *create(const QString &key, const QStringList &paramList);