ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h
changeset 55 fb37077c270f
parent 29 2c833fc9e98f
child 62 36d93b4dc635
--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h	Tue Jul 06 14:16:16 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h	Wed Aug 18 09:48:53 2010 +0300
@@ -33,7 +33,6 @@
 class QGraphicsGridLayout;
 class GlxAlbumModel;
 class QGraphicsItem;
-class HbDialog;
 class QItemSelectionModel;
 class QEventLoop;
 
@@ -51,9 +50,9 @@
     void createNewMedia() const;
 
 private:
-    static TInt iSelectionCount;
     mutable bool mNewMediaAdded ;
     mutable CMPXCollectionPath* mTargetContainers ;
+    mutable QString mAlbumName;
 };
 
 class GlxAlbumSelectionPopup: public QObject
@@ -66,11 +65,9 @@
     QModelIndexList GetSelectionList(GlxAlbumModel *model,bool *ok = 0) ;
     
 private slots:
-    void changeButtonText();
     void dialogClosed( HbAction *action ) ;
     
 private :
-    HbDialog* mPopupDlg;
     QItemSelectionModel * mSelectionModel; //no owner ship
     QEventLoop *mEventLoop;
     bool mResult;