Changeset 623
- Timestamp:
- Mar 3, 2010, 9:22:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/corelib/tools/qlocale.cpp ¶
r622 r623 987 987 QVariant QSystemLocale::query(QueryType type, QVariant in = QVariant()) const 988 988 { 989 static bool ignoreSysLocaleObject = 990 getenv("QT_PM_NO_SYSTEM_LOCALE") || !getenv("QT_PM_SYSTEM_LOCALE"); 991 992 if (ignoreSysLocaleObject) 993 return QVariant(); 994 989 995 static LocaleItem dayNames[] = { 990 996 // 0 ... 6 (Mon - Sun)
Note:
See TracChangeset
for help on using the changeset viewer.