qtmobility/src/systeminfo/qsysteminfo.cpp
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
   227  */
   227  */
   228 
   228 
   229    /*!
   229    /*!
   230   \fn void QSystemDeviceInfo::powerStateChanged(QSystemDeviceInfo::PowerState state)
   230   \fn void QSystemDeviceInfo::powerStateChanged(QSystemDeviceInfo::PowerState state)
   231 
   231 
   232   This signal is emitted when the power state has changed, such as when a phone gets plugged qint32o the wall.
   232   This signal is emitted when the power state has changed, such as when a phone gets plugged in to the wall.
   233   \a state is the new power state.
   233   \a state is the new power state.
   234  */
   234  */
   235 
   235 
   236 /*!
   236 /*!
   237   \fn  void QSystemDeviceInfo::currentProfileChanged(QSystemDeviceInfo::Profile profile)
   237   \fn  void QSystemDeviceInfo::currentProfileChanged(QSystemDeviceInfo::Profile profile)
   238 
   238 
   239   This signal is emitted whenever the network profile changes, specified by \a profile.
   239   This signal is emitted whenever the users active profile changes, specified by \a profile.
   240 */
   240 */
   241 
   241 
   242 
   242 
   243 /*!
   243 /*!
   244     \enum QSystemDeviceInfo::BatteryStatus
   244     \enum QSystemDeviceInfo::BatteryStatus