ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h
changeset 67 199e6e1e0b54
parent 26 c499df2dbb33
--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h	Thu Sep 02 20:26:45 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h	Fri Sep 17 08:29:24 2010 +0300
@@ -36,7 +36,11 @@
 private:
     QString CompletionTextL() const;
     QString GetName(MGlxMediaList& aMediaList) const;
-	void HandleErrorL(TInt aErrorCode);
+	void HandleErrorL(TInt aErrorCode) const;
+	
+public :
+	//Stores the Name of the Album or File.
+	mutable QString mMediaTitle;
 	};
 
 #endif // GLXCOMMANDHANDLERRENAME_H