phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    41 
    41 
    42     /*!
    42     /*!
    43       Is video currently supported
    43       Is video currently supported
    44       */
    44       */
    45     static bool videoSupported();
    45     static bool videoSupported();
    46 
       
    47     /*!
       
    48       Service code conversion
       
    49       */
       
    50     static BasicServiceGroups convertEtelMobileServiceCode(int serviceCode);
       
    51 
    46 
    52     /*!
    47     /*!
    53       Error code text conversion
    48       Error code text conversion
    54       */
    49       */
    55     static bool errorCodeTextMapping(const int errorcode, QString &errorText);
    50     static bool errorCodeTextMapping(const int errorcode, QString &errorText);