videocollection/videofiledetailsview/tsrc/testplugin/stub/src/videoserviceurifetch.cpp
changeset 62 0e1e938beb1a
parent 17 69946d1824c4
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:   Implementation of VideoServiceUriFetch Stub
    14 * Description:   Implementation of VideoServiceUriFetch Stub
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: %
    18 // Version : %version: 3 %
    19 
    19 
    20 #include "videoservices.h"
    20 #include "videoservices.h"
    21 #include "videoserviceurifetch.h"
    21 #include "videoserviceurifetch.h"
    22 
    22 
    23 
    23 
    41 
    41 
    42 // ----------------------------------------------------------------------------
    42 // ----------------------------------------------------------------------------
    43 // fetch()
    43 // fetch()
    44 // ----------------------------------------------------------------------------
    44 // ----------------------------------------------------------------------------
    45 //
    45 //
    46 void VideoServiceUriFetch::fetch(const QString& title)
    46 void VideoServiceUriFetch::fetch(const QString& /*title*/)
    47 {
    47 {
    48     mServiceApp->setCurrentService(VideoServices::EUriFetcher);
    48     mServiceApp->setCurrentService(VideoServices::EUriFetcher);
    49 }
    49 }