diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-23 15:01:35 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-23 15:01:35 (GMT) |
commit | 9838580a408e6968256a254f6023414247877ec9 (patch) | |
tree | 1ba9ae74025d68e8004578aba01f40b021b82655 /src/corelib/tools | |
parent | 5a77323a1c0de27b05a545c3e446f3b288d28971 (diff) | |
download | Qt-9838580a408e6968256a254f6023414247877ec9.zip Qt-9838580a408e6968256a254f6023414247877ec9.tar.gz Qt-9838580a408e6968256a254f6023414247877ec9.tar.bz2 |
Compile fix.
Reviewed-by: trustme
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index f1b45a6..86b6d33 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -1548,10 +1548,10 @@ QVariant QSystemLocale::query(QueryType type, QVariant in = QVariant()) const result.append(lang); } return QVariant(result); + } case QuotationBegin: - case QuotationEnd: { + case QuotationEnd: return macQuotationSymbol(type,in); - } default: break; } |