diff -r cfea66083b62 -r baacf668fe89 phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h Mon Oct 04 16:06:10 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h Fri Oct 15 12:58:46 2010 +0300 @@ -58,6 +58,7 @@ public: SettingsWrapper(QObject *parent = NULL); ~SettingsWrapper(); + public: /*! Show call duration setting @@ -101,6 +102,13 @@ */ bool isOngoingCall() const; + /*! + Checks if network is connected. + Return true if connected. + Return false if not connected. + */ + bool isConnectedToNetwork() const; + /*! Forbidden Icon support */ @@ -132,7 +140,7 @@ // Own XQSettingsManager *m_settings; - QSystemDeviceInfo *m_deviceInfo; + }; #endif // CPPLUGINCOMMON_H