phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h
changeset 59 a642906a277a
parent 46 efe85016a067
child 61 d30183af6ca6
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    33 QTM_USE_NAMESPACE
    33 QTM_USE_NAMESPACE
    34 
    34 
    35 class CntGroupDeletePopup : public HbSelectionDialog
    35 class CntGroupDeletePopup : public HbSelectionDialog
    36 {
    36 {
    37     Q_OBJECT
    37     Q_OBJECT
       
    38     friend class TestCntGroupDeletePopup;
    38 
    39 
    39 public:
    40 public:
    40     CntGroupDeletePopup(QContactManager *manager, QGraphicsItem *parent = 0);
    41     CntGroupDeletePopup(QContactManager *manager, QGraphicsItem *parent = 0);
    41     ~CntGroupDeletePopup();
    42     ~CntGroupDeletePopup();
    42 
    43 
    43     void populateListOfGroup();
    44     void populateListOfGroup();
    44     QList<QContactLocalId> deleteGroup() const;
    45     QList<QContactLocalId> deleteGroup() const;
    45 
    46 
    46 #ifdef PBK_UNIT_TEST
       
    47 public:
       
    48 #else
       
    49 private:
    47 private:
    50 #endif
       
    51     HbListView               *mListView;
       
    52     QContactManager          *mContactManager;
    48     QContactManager          *mContactManager;
    53     CntGroupDeletePopupModel *mModel;  
    49     CntGroupDeletePopupModel *mModel;  
    54 };
    50 };
    55 
    51 
    56 #endif // CNTGROUPDELETEPOPUP_H
    52 #endif // CNTGROUPDELETEPOPUP_H