src/hbcore/inputfw/hbinputextrauserdictionary.cpp
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    39 const QString RomanHundreds[10] = {"C","CC","CCC","CD","D","DC","DCC","DCCC","CM","M"};
    39 const QString RomanHundreds[10] = {"C","CC","CCC","CD","D","DC","DCC","DCCC","CM","M"};
    40 const QString RomanTens[9] = {"X","XX","XXX","XL","L","LX","LXX","LXXX","XC"};
    40 const QString RomanTens[9] = {"X","XX","XXX","XL","L","LX","LXX","LXXX","XC"};
    41 const QString RomanOnes[9] = {"I","II","III","IV","V","VI","VII","VIII","IX"};
    41 const QString RomanOnes[9] = {"I","II","III","IV","V","VI","VII","VIII","IX"};
    42 
    42 
    43 /*!
    43 /*!
    44 @proto
    44 @stable
    45 @hbcore
    45 @hbcore
    46 \class HbExtraUserDictionary
    46 \class HbExtraUserDictionary
    47 \brief A generic implementation of HbUserDictionary class.
    47 \brief A generic implementation of HbUserDictionary class.
    48 
    48 
    49 This class provides generic all-purpose implementation of HbUserDictionary class.
    49 This class provides generic all-purpose implementation of HbUserDictionary class.