phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 76 cfea66083b62
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
    43 
    43 
    44     /*!
    44     /*!
    45       Is video currently supported
    45       Is video currently supported
    46       */
    46       */
    47     static bool videoSupported();
    47     static bool videoSupported();
    48 
       
    49     /*!
       
    50       Error code text conversion
       
    51       */
       
    52     static bool errorCodeTextMapping(const int errorcode, QString &errorText);
       
    53 
    48 
    54 };
    49 };
    55 
    50 
    56 /*!
    51 /*!
    57     \class SettingsWrapper
    52     \class SettingsWrapper