qtmobileextensions/src/systemtoneservice/xqsystemtoneservice.cpp
changeset 19 46686fb6258c
parent 8 71781823f776
--- 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);
+}
+