emailuis/nmsettingui/src/nmmailboxentryitem.cpp
changeset 68 83cc6bae1de8
parent 43 99bcbff212ad
equal deleted inserted replaced
67:459da34cdb45 68:83cc6bae1de8
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <cpitemdatahelper.h>
    18 #include <cpitemdatahelper.h>
    19 #include <hbicon.h>
    19 #include <HbIcon>
    20 #include <hbdataformmodelitem.h>
    20 #include <HbDataFormModelItem>
    21 
    21 
    22 #include "nmmailboxentryitem.h"
    22 #include "nmmailboxentryitem.h"
    23 
    23 
    24 /*!
    24 /*!
    25     \class NmMailboxEntryItem
    25     \class NmMailboxEntryItem
    59     From base class. No implementation.
    59     From base class. No implementation.
    60 */
    60 */
    61 CpBaseSettingView *NmMailboxEntryItem::createSettingView() const
    61 CpBaseSettingView *NmMailboxEntryItem::createSettingView() const
    62 {
    62 {
    63     NM_FUNCTION;
    63     NM_FUNCTION;
    64     
    64 
    65     return 0;
    65     return NULL;
    66 }
    66 }
    67 
    67 
    68 /*!
    68 /*!
    69     Return id for the mailbox.
    69     Return id for the mailbox.
    70 */
    70 */
    71 const NmId &NmMailboxEntryItem::id() const
    71 const NmId &NmMailboxEntryItem::id() const
    72 {
    72 {
    73     NM_FUNCTION;
    73     NM_FUNCTION;
    74     
    74 
    75     return mMailboxId;
    75     return mMailboxId;
    76 }
    76 }