phonebookui/phonebookservices/inc/cntservicecontactcardview.h
changeset 65 ae724a111993
parent 59 a642906a277a
equal deleted inserted replaced
59:a642906a277a 65:ae724a111993
    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 };