diff -r adb51f74b890 -r 72c709219fcd videocollection/videocollectionview/inc/videooperatorservice_p.h --- a/videocollection/videocollectionview/inc/videooperatorservice_p.h Tue Oct 05 09:26:49 2010 +0300 +++ b/videocollection/videocollectionview/inc/videooperatorservice_p.h Fri Oct 15 16:29:10 2010 +0300 @@ -24,6 +24,7 @@ #include class VideoOperatorService; +class XQApplicationManager; /** * Private functionality for loading and launching operator customisable services. @@ -107,6 +108,13 @@ */ void startApplicationL(const TUid uid); + /** + * Launches an URL using Qt Highway. + * + * @param url to the service. + */ + void launchUrl(QString url); + public slots: /** @@ -145,6 +153,11 @@ * Pointer to started process. */ QProcess *mProcess; + + /** + * Application manager is used to launch service with URL. + */ + XQApplicationManager *mAppMgr; }; #endif // VIDEOOPERATORSERVICEPRIVATE_H