diff -r 383b67fbdb11 -r 36d93b4dc635 ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h --- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h Mon Aug 23 18:06:16 2010 +0530 +++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerrename.h Sat Sep 04 11:36:24 2010 +0530 @@ -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