summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qppmhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qppmhandler_p.h')
-rw-r--r--src/gui/image/qppmhandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qppmhandler_p.h b/src/gui/image/qppmhandler_p.h
index f3c9d0f139..2f3811b759 100644
--- a/src/gui/image/qppmhandler_p.h
+++ b/src/gui/image/qppmhandler_p.h
@@ -71,7 +71,7 @@ public:
QByteArray name() const override;
#endif
- static bool canRead(QIODevice *device, QByteArray *subType = 0);
+ static bool canRead(QIODevice *device, QByteArray *subType = nullptr);
QVariant option(ImageOption option) const override;
void setOption(ImageOption option, const QVariant &value) override;