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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/localesettings/systemlocale.h b/src/localesettings/systemlocale.h
index bc2e9cd..e942974 100644
--- a/src/localesettings/systemlocale.h
+++ b/src/localesettings/systemlocale.h
@@ -38,12 +38,11 @@ class Q_DECL_EXPORT SystemLocale : public QObject
Q_OBJECT
Q_PROPERTY(QString locale READ locale WRITE setLocale NOTIFY localeChanged)
public:
- explicit SystemLocale(QObject *parent = 0);
+ explicit SystemLocale(QObject *parent = nullptr);
QString locale() const;
void setLocale(const QString& aLocale);
-signals:
+Q_SIGNALS:
void localeChanged();
-public slots:
protected:
SystemLocalePrivate *d_ptr;