--- a/mpengine/src/mpmpxplaybackframeworkwrapper.cpp Wed Aug 18 09:46:20 2010 +0300
+++ b/mpengine/src/mpmpxplaybackframeworkwrapper.cpp Thu Sep 02 20:24:03 2010 +0300
@@ -36,6 +36,19 @@
*/
/*!
+ \fn void corruptedStop();
+
+ This signal is emitted when a courrpted song is discovered and is the last song of
+ the playlist
+ */
+
+/*!
+ \fn void fileCorrupted(int fileId);
+
+ This signal is emitted when a courrpted song is discovered with fileId.
+ */
+
+/*!
Constructs the utility wrapper.
*/
MpMpxPlaybackFrameworkWrapper::MpMpxPlaybackFrameworkWrapper( TUid hostUid, MpSongData *songData, QObject *parent )