diff -r 1cee9f1b95e0 -r a180113055cb smf/smfservermodule/smfcommon/smfsubtitle.h --- a/smf/smfservermodule/smfcommon/smfsubtitle.h Thu Sep 23 17:20:22 2010 +0530 +++ b/smf/smfservermodule/smfcommon/smfsubtitle.h Thu Sep 23 17:43:31 2010 +0530 @@ -74,6 +74,12 @@ QByteArray subtitle( ) const; /** + * Method to get the Url to the subtitle + * @return the subtitle url + */ + QUrl subtitleUrl() const; + + /** * Method to get the language * @return The language */ @@ -110,6 +116,13 @@ void setSubtitle( const QByteArray &aSubtitle ); /** + * Method to set the subtitle url + * @param aSubtitleUrl The subtitle url + */ + + void setSubtitleUrl( const QUrl &aSubtitleUrl); + + /** * Method to set the language * @param aLang The language */