--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h Fri Jun 25 15:41:33 2010 +0530
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h Sat Jul 10 00:59:39 2010 +0530
@@ -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;