smf/smfservermodule/smfcommon/smfsubtitle.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
--- 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
 	 */