diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-25 18:57:01 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-25 18:57:01 (GMT) |
commit | 75939234d6f6ea046ebe525d671cd25d23675e1e (patch) | |
tree | ca30539499e5f6bd3279270671ffb6ee93246992 /src/corelib/tools/qlocale.h | |
parent | de27e9befdadfd425d13211108287652911b6093 (diff) | |
download | Qt-75939234d6f6ea046ebe525d671cd25d23675e1e.zip Qt-75939234d6f6ea046ebe525d671cd25d23675e1e.tar.gz Qt-75939234d6f6ea046ebe525d671cd25d23675e1e.tar.bz2 |
Compile fix.
Reviewed-by: trustme
Diffstat (limited to 'src/corelib/tools/qlocale.h')
-rw-r--r-- | src/corelib/tools/qlocale.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale.h b/src/corelib/tools/qlocale.h index 37c43b0..280e040 100644 --- a/src/corelib/tools/qlocale.h +++ b/src/corelib/tools/qlocale.h @@ -781,7 +781,9 @@ Q_CORE_EXPORT QDataStream &operator>>(QDataStream &, QLocale &); QT_END_NAMESPACE +#ifndef QT_NO_SYSTEMLOCALE Q_DECLARE_METATYPE(QSystemLocale::CurrencyToStringArgument) +#endif QT_END_HEADER |