qtmobility/src/systeminfo/qsysteminfo.cpp
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
   537 
   537 
   538 /*!
   538 /*!
   539   \property QSystemNetworkInfo::homeMobileCountryCode
   539   \property QSystemNetworkInfo::homeMobileCountryCode
   540   \brief The home MNC.
   540   \brief The home MNC.
   541 
   541 
   542     Returns the home Mobile Network Code. In the case of none such as a Desktop, an empty string.
   542     Returns the home Mobile Country Code. In the case of none such as a Desktop, an empty string.
   543 */
   543 */
   544 QString QSystemNetworkInfo::homeMobileCountryCode()
   544 QString QSystemNetworkInfo::homeMobileCountryCode()
   545 {
   545 {
   546     return netInfoPrivate()->homeMobileCountryCode();
   546     return netInfoPrivate()->homeMobileCountryCode();
   547 }
   547 }
   548 
   548 
   549 /*!
   549 /*!
   550   \property QSystemNetworkInfo::homeMobileNetworkCode
   550   \property QSystemNetworkInfo::homeMobileNetworkCode
   551   \brief The home MCC.
   551   \brief The home MCC.
   552 
   552 
   553     Returns the home Mobile Country Code. In the case of none such as a Desktop, an empty string.
   553     Returns the home Mobile Network Code. In the case of none such as a Desktop, an empty string.
       
   554     Note: Some platforms don't support retrieving this info. In this case the Network Code is
       
   555     returned only when the device is registered on home network.
   554 */
   556 */
   555 QString QSystemNetworkInfo::homeMobileNetworkCode()
   557 QString QSystemNetworkInfo::homeMobileNetworkCode()
   556 {
   558 {
   557     return netInfoPrivate()->homeMobileNetworkCode();
   559     return netInfoPrivate()->homeMobileNetworkCode();
   558 }
   560 }