summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-23 15:01:35 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-23 15:01:35 (GMT)
commit9838580a408e6968256a254f6023414247877ec9 (patch)
tree1ba9ae74025d68e8004578aba01f40b021b82655 /src/corelib/tools
parent5a77323a1c0de27b05a545c3e446f3b288d28971 (diff)
downloadQt-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.cpp4
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;
}