phonebookui/phonebookservices/inc/cntservicecontactcardview.h
changeset 61 d30183af6ca6
parent 50 77bc263e1626
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
    33     ~CntServiceContactCardView();
    33     ~CntServiceContactCardView();
    34 
    34 
    35     int viewId() const { return serviceContactCardView; }
    35     int viewId() const { return serviceContactCardView; }
    36     
    36     
    37 private slots:
    37 private slots:
    38     void closeContactCard();
    38     void closeContactCard(int value);
    39 
    39 
    40 private:
    40 private:
    41     CntAbstractServiceProvider& mProvider;
    41     CntAbstractServiceProvider& mProvider;
    42    
    42    
    43 };
    43 };