Changeset 846 for trunk/src/corelib/tools/qlocale.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/corelib/tools/qlocale.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/tools/qlocale.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 115 115 friend class QByteArray; 116 116 friend class QIntValidator; 117 friend class QDoubleValidator ;117 friend class QDoubleValidator; 118 118 friend class QTextStream; 119 119 friend class QTextStreamPrivate; … … 288 288 Tyap = 164, 289 289 Chewa = 165, 290 LastLanguage = Chewa 290 Filipino = 166, 291 SwissGerman = 167, 292 SichuanYi = 168, 293 Kpelle = 169, 294 LowGerman = 170, 295 SouthNdebele = 171, 296 NorthernSotho = 172, 297 NorthernSami = 173, 298 Taroko = 174, 299 Gusii = 175, 300 Taita = 176, 301 Fulah = 177, 302 Kikuyu = 178, 303 Samburu = 179, 304 Sena = 180, 305 NorthNdebele = 181, 306 Rombo = 182, 307 Tachelhit = 183, 308 Kabyle = 184, 309 Nyankole = 185, 310 Bena = 186, 311 Vunjo = 187, 312 Bambara = 188, 313 Embu = 189, 314 Cherokee = 190, 315 Morisyen = 191, 316 Makonde = 192, 317 Langi = 193, 318 Ganda = 194, 319 Bemba = 195, 320 Kabuverdianu = 196, 321 Meru = 197, 322 Kalenjin = 198, 323 Nama = 199, 324 Machame = 200, 325 Colognian = 201, 326 Masai = 202, 327 Soga = 203, 328 Luyia = 204, 329 Asu = 205, 330 Teso = 206, 331 Saho = 207, 332 KoyraChiini = 208, 333 Rwa = 209, 334 Luo = 210, 335 Chiga = 211, 336 CentralMoroccoTamazight = 212, 337 KoyraboroSenni = 213, 338 Shambala = 214, 339 LastLanguage = Shambala 291 340 }; 292 341 … … 534 583 Zimbabwe = 240, 535 584 SerbiaAndMontenegro = 241, 536 LastCountry = SerbiaAndMontenegro 585 Montenegro = 242, 586 Serbia = 243, 587 SaintBarthelemy = 244, 588 SaintMartin = 245, 589 LatinAmericaAndTheCaribbean = 246, 590 LastCountry = LatinAmericaAndTheCaribbean 537 591 }; 538 592 … … 613 667 MeasurementSystem measurementSystem() const; 614 668 669 670 615 671 inline bool operator==(const QLocale &other) const; 616 672 inline bool operator!=(const QLocale &other) const; … … 632 688 quint16 index; 633 689 quint16 numberOptions; 634 } 635 #if (defined(__arm__) || defined(__ARMEL__)) 636 Q_PACKED 637 #endif 638 ; 690 }; 639 691 private: 640 692 friend struct QLocalePrivate;
Note:
See TracChangeset
for help on using the changeset viewer.
