summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformthemeplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformthemeplugin.h')
-rw-r--r--src/gui/kernel/qplatformthemeplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformthemeplugin.h b/src/gui/kernel/qplatformthemeplugin.h
index 7b56879940..0f88806b0b 100644
--- a/src/gui/kernel/qplatformthemeplugin.h
+++ b/src/gui/kernel/qplatformthemeplugin.h
@@ -63,7 +63,7 @@ class Q_GUI_EXPORT QPlatformThemePlugin : public QObject
{
Q_OBJECT
public:
- explicit QPlatformThemePlugin(QObject *parent = 0);
+ explicit QPlatformThemePlugin(QObject *parent = nullptr);
~QPlatformThemePlugin();
virtual QPlatformTheme *create(const QString &key, const QStringList &paramList) = 0;