diff -r 4707a0db12f6 -r adb51f74b890 videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h --- a/videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h Mon Sep 20 18:25:37 2010 +0300 +++ b/videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h Tue Oct 05 09:26:49 2010 +0300 @@ -71,27 +71,23 @@ QString contextTitle() const; public slots: // for QTHighway to notify provider about request + /* * Client can use this method launch video URI fetching * */ void fetch(); - /* - * Client can use this method launch video URI fetching - * - * @param title title to be set - * - */ - void fetch(const QString& title); +public slots: // for provider to notify client -public slots: // for provider to notify client void fetchFailed( int errorCode ); private: + void doComplete( QStringList filesList); private: + /* * The request index */