diff -r 1eef62f5c541 -r 2a5d4ab426d3 phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h --- a/phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h Mon Aug 23 15:42:12 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h Fri Sep 03 13:33:36 2010 +0300 @@ -224,14 +224,19 @@ QList callStates) const; /*! - \fn void buttonCommandList() + \fn void mapCommandToAction() Maps push button command to phone action. */ PhoneAction *mapCommandToAction(int command, bool disabled=false) const; - + /*! + \fn void emergencyCall() + + Checks is an emergency call ongoing. + */ + bool emergencyCall(QMap callStates) const; private: