diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qlocale_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale_p.h b/src/corelib/tools/qlocale_p.h index 636cc1d..2e95096 100644 --- a/src/corelib/tools/qlocale_p.h +++ b/src/corelib/tools/qlocale_p.h @@ -65,8 +65,6 @@ class CEnvironmentChangeNotifier; QT_BEGIN_NAMESPACE -Q_DECLARE_METATYPE(QStringRef) - struct Q_CORE_EXPORT QLocalePrivate { public: @@ -262,4 +260,6 @@ void getLangAndCountry(const QString &name, QLocale::Language &lang, QLocale::Co QT_END_NAMESPACE +Q_DECLARE_METATYPE(QStringRef) + #endif // QLOCALE_P_H |