summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale.h
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-01-31 13:17:21 +0100
committerJesús Fernández <jesus.fernandez@qt.io>2017-01-31 12:56:32 +0000
commit7288759f544991bd8ea3571dd6132c008b1f45e9 (patch)
treeb01b4f9044994337195f1b063441431a713f8b51 /src/localesettings/systemlocale.h
parentcb97681ac8c88ebfc1543d4b1d5788f4db6b633b (diff)
Fix qmake warnings
Removes some "We mean it" and "QT_BEGIN_NAMESPACE" warnings. Change-Id: Ia00b00e4e064814a1cb0dd2ca85a4bd888d58d26 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/localesettings/systemlocale.h')
-rw-r--r--src/localesettings/systemlocale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/localesettings/systemlocale.h b/src/localesettings/systemlocale.h
index 075d397..b10c5a1 100644
--- a/src/localesettings/systemlocale.h
+++ b/src/localesettings/systemlocale.h
@@ -31,6 +31,8 @@
#include <QObject>
+QT_BEGIN_NAMESPACE
+
class SystemLocalePrivate;
class Q_DECL_EXPORT SystemLocale : public QObject
@@ -52,4 +54,6 @@ protected:
Q_DECLARE_PRIVATE(SystemLocale)
};
+QT_END_NAMESPACE
+
#endif // LOCALE_H