Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/tools/qlocale.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    115115    friend class QByteArray;
    116116    friend class QIntValidator;
    117     friend class QDoubleValidator;
     117    friend class QDoubleValidator;
    118118    friend class QTextStream;
    119119    friend class QTextStreamPrivate;
     
    288288        Tyap = 164,
    289289        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
    291340    };
    292341
     
    534583        Zimbabwe = 240,
    535584        SerbiaAndMontenegro = 241,
    536         LastCountry = SerbiaAndMontenegro
     585        Montenegro = 242,
     586        Serbia = 243,
     587        SaintBarthelemy = 244,
     588        SaintMartin = 245,
     589        LatinAmericaAndTheCaribbean = 246,
     590        LastCountry = LatinAmericaAndTheCaribbean
    537591    };
    538592
     
    613667    MeasurementSystem measurementSystem() const;
    614668
     669
     670
    615671    inline bool operator==(const QLocale &other) const;
    616672    inline bool operator!=(const QLocale &other) const;
     
    632688        quint16 index;
    633689        quint16 numberOptions;
    634     }
    635 #if (defined(__arm__) || defined(__ARMEL__))
    636         Q_PACKED
    637 #endif
    638         ;
     690    };
    639691private:
    640692    friend struct QLocalePrivate;
Note: See TracChangeset for help on using the changeset viewer.