diff -r 8192e5b5c935 -r c163ef0b758d mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp --- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp Thu May 27 12:49:57 2010 +0300 +++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp Fri Jun 11 13:36:36 2010 +0300 @@ -17,6 +17,7 @@ #include #include +#include #include #include "stub/inc/mpxplaybackutility.h" @@ -27,7 +28,8 @@ MMPXPlaybackUtility::MMPXPlaybackUtility():iShuffle(-1), iRepeat(-1), iProperty(EPbPropertyVolume), - iPlay(EFalse) + iPlay(EFalse), + iCurrentPath(0) { } @@ -60,7 +62,7 @@ */ void MMPXPlaybackUtility::InitL(const CMPXCollectionPlaylist& aPlaylist, TBool aPlay) { - Q_UNUSED(aPlaylist); + iCurrentPath = aPlaylist.Path().ContainerPathL(); iPlay = aPlay; }