phonebookui/pbkcommonui/inc/cntgroupselectionpopup.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    43 
    43 
    44 public:
    44 public:
    45     CntGroupSelectionPopup(QContactManager *manager, QContact *contact, QGraphicsItem *parent = 0);
    45     CntGroupSelectionPopup(QContactManager *manager, QContact *contact, QGraphicsItem *parent = 0);
    46     ~CntGroupSelectionPopup();
    46     ~CntGroupSelectionPopup();
    47 
    47 
    48     void saveNewGroup();
    48     bool saveNewGroup();
    49     void saveOldGroup();
    49     bool saveOldGroup();
    50     void populateListOfContact();
    50     void populateListOfContact();
    51     
    51     
    52 #ifdef PBK_UNIT_TEST
    52 #ifdef PBK_UNIT_TEST
    53 public slots:
    53 public slots:
    54 #else
    54 #else
    55 private slots:
    55 private slots:
    56 #endif
    56 #endif
    57 
    57     void closeFind();
    58 void closeFind();
    58     void setFilter(const QString &filterString);
    59 void setFilter(const QString &filterString);
       
    60 
    59 
    61 #ifdef PBK_UNIT_TEST
    60 #ifdef PBK_UNIT_TEST
    62 public:
    61 public:
    63 #else
    62 #else
    64 private:
    63 private: