diff -r 1f895d8a5b2b -r 46686fb6258c qtmobileextensions/src/systemtoneservice/xqsystemtoneservice.cpp --- a/qtmobileextensions/src/systemtoneservice/xqsystemtoneservice.cpp Tue Jul 06 15:12:50 2010 +0300 +++ b/qtmobileextensions/src/systemtoneservice/xqsystemtoneservice.cpp Wed Aug 18 10:38:12 2010 +0300 @@ -49,3 +49,9 @@ { d_p->stopAlarm(context); } + +STS_EXPORT void XQSystemToneService::playAlarm(ToneType toneType, unsigned int& context) +{ + context = d_p->playAlarm(toneType); +} +