equal
deleted
inserted
replaced
292 */ |
292 */ |
293 void MpMpxCollectionFrameworkWrapper::openShuffleAllSongsPath() |
293 void MpMpxCollectionFrameworkWrapper::openShuffleAllSongsPath() |
294 { |
294 { |
295 d_ptr->openShuffleAllSongsPath(); |
295 d_ptr->openShuffleAllSongsPath(); |
296 } |
296 } |
|
297 |
|
298 /*! |
|
299 Called to save playback data used for publishing activity (i.e. restore path) |
|
300 */ |
|
301 void MpMpxCollectionFrameworkWrapper::savePath( QByteArray &data ) |
|
302 { |
|
303 d_ptr->savePath( data ); |
|
304 } |
|
305 |
|
306 /*! |
|
307 Called to load playback data used from returning activity (i.e. restore path) |
|
308 */ |
|
309 void MpMpxCollectionFrameworkWrapper::restorePath( const QByteArray &data ) |
|
310 { |
|
311 return d_ptr->restorePath( data ); |
|
312 } |
297 /*! |
313 /*! |
298 Cancels CollectionUiHelper request. |
314 Cancels CollectionUiHelper request. |
299 */ |
315 */ |
300 void MpMpxCollectionFrameworkWrapper::cancelRequest() |
316 void MpMpxCollectionFrameworkWrapper::cancelRequest() |
301 { |
317 { |