phonebookui/cntcommonui/contactcard/cntcontactcardview.cpp
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    64     return contactCardView; 
    64     return contactCardView; 
    65 }
    65 }
    66 
    66 
    67 void CntContactCardView::setEngine( CntAbstractEngine& aEngine )
    67 void CntContactCardView::setEngine( CntAbstractEngine& aEngine )
    68 {
    68 {
    69     Q_D( CntContactCardView );
    69     Q_D(CntContactCardView);
    70     d->mEngine = &aEngine;
    70     d->mEngine = &aEngine;
    71 }
    71 }
    72 
    72 
       
    73 QString CntContactCardView::externalize(QDataStream &stream)
       
    74 {
       
    75     Q_D(CntContactCardView);
       
    76     return d->externalize(stream);
       
    77 }
       
    78 
       
    79 bool CntContactCardView::internalize(QDataStream &stream, CntViewParameters &viewParameters)
       
    80 {
       
    81     Q_D(CntContactCardView);
       
    82     return d->internalize(stream, viewParameters);
       
    83 }
       
    84 
    73 // end of file
    85 // end of file