phonebookui/cntcommonui/views/cntnamesview.cpp
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    17 
    17 
    18 #include "cntnamesview.h"
    18 #include "cntnamesview.h"
    19 #include "cntnamesview_p.h"
    19 #include "cntnamesview_p.h"
    20 #include <hbview.h>
    20 #include <hbview.h>
    21 
    21 
    22 CntNamesView::CntNamesView() : d_ptr( new CntNamesViewPrivate() )
    22 CntNamesView::CntNamesView() : 
       
    23     d_ptr( new CntNamesViewPrivate() )
    23 {
    24 {
    24     Q_D(CntNamesView);
    25     Q_D(CntNamesView);
    25     d->q_ptr = this;
    26     d->q_ptr = this;
    26 }
    27 }
    27 
    28 
    66 void CntNamesView::setEngine( CntAbstractEngine& aEngine )
    67 void CntNamesView::setEngine( CntAbstractEngine& aEngine )
    67 {
    68 {
    68     Q_D(CntNamesView);
    69     Q_D(CntNamesView);
    69     d->setEngine( aEngine );
    70     d->setEngine( aEngine );
    70 }
    71 }
       
    72 
       
    73 QString CntNamesView::externalize(QDataStream &stream)
       
    74 {
       
    75     Q_D(CntNamesView);
       
    76     return d->externalize(stream);
       
    77 }
       
    78 
       
    79 bool CntNamesView::internalize(QDataStream &stream, CntViewParameters &viewParameters)
       
    80 {
       
    81     Q_D(CntNamesView);
       
    82     return d->internalize(stream, viewParameters);
       
    83 }
    71    
    84    
    72 
    85 
    73 // end of file
    86 // end of file