phonebookui/pbkcommonui/src/cntdateeditormodel.cpp
changeset 31 2a11b5b00470
parent 25 76a2435edfd4
child 40 b46a585f6909
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    39         
    39         
    40     mBirthday = bdList.first();
    40     mBirthday = bdList.first();
    41     mAnniversary = anniversaryList.first();
    41     mAnniversary = anniversaryList.first();
    42     
    42     
    43     HbDataFormModelItem* root = invisibleRootItem();
    43     HbDataFormModelItem* root = invisibleRootItem();
    44     appendDataFormItem( new CntDetailModelItem( mBirthday, qtTrId("Birthday")), root );
    44     appendDataFormItem( new CntDetailModelItem( mBirthday, hbTrId("txt_phob_formlabel_birthday")), root );
    45     appendDataFormItem( new CntDetailModelItem( mAnniversary, qtTrId("Anniversary")), root );
    45     appendDataFormItem( new CntDetailModelItem( mAnniversary, hbTrId("txt_phob_formlabel_anniversary")), root );
    46     }
    46     }
    47 
    47 
    48 CntDateEditorModel::~CntDateEditorModel()
    48 CntDateEditorModel::~CntDateEditorModel()
    49     {
    49     {
    50     }
    50     }