summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localesettings/systemlocale.h')
-rw-r--r--src/localesettings/systemlocale.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/localesettings/systemlocale.h b/src/localesettings/systemlocale.h
index e942974..075d397 100644
--- a/src/localesettings/systemlocale.h
+++ b/src/localesettings/systemlocale.h
@@ -38,11 +38,12 @@ class Q_DECL_EXPORT SystemLocale : public QObject
Q_OBJECT
Q_PROPERTY(QString locale READ locale WRITE setLocale NOTIFY localeChanged)
public:
- explicit SystemLocale(QObject *parent = nullptr);
+ explicit SystemLocale(QObject *parent = Q_NULLPTR);
QString locale() const;
void setLocale(const QString& aLocale);
Q_SIGNALS:
void localeChanged();
+public Q_SLOTS:
protected:
SystemLocalePrivate *d_ptr;