diff -r 743eb0b9959e -r 199e6e1e0b54 ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h --- 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