diff -r 8192e5b5c935 -r c163ef0b758d mpengine/src/mpmpxcollectionframeworkwrapper.cpp --- a/mpengine/src/mpmpxcollectionframeworkwrapper.cpp Thu May 27 12:49:57 2010 +0300 +++ b/mpengine/src/mpmpxcollectionframeworkwrapper.cpp Fri Jun 11 13:36:36 2010 +0300 @@ -280,6 +280,13 @@ } /*! + Called to open all songs path and trigger shuffle all songs play + */ +void MpMpxCollectionFrameworkWrapper::openShuffleAllSongsPath() +{ + d_ptr->openShuffleAllSongsPath(); +} +/*! Cancels CollectionUiHelper request. */ void MpMpxCollectionFrameworkWrapper::cancelRequest()