emailservices/nmutilities/inc/emailmailboxinfo.h
changeset 74 6c59112cfd31
parent 23 2dc6caa42ec3
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
    39      */
    39      */
    40     ~EmailMailboxInfo();
    40     ~EmailMailboxInfo();
    41 
    41 
    42     /*!
    42     /*!
    43         Returns mailbox icon name 
    43         Returns mailbox icon name 
    44         \param identifier can be domain name or mailbox id (NmId from nmailbase)
    44         \param identifier should be a domain name
    45         \return mailbox icon name that can be used to construct HbIcon
    45         \return mailbox icon name that can be used to construct HbIcon
    46      */
    46      */
    47     QString mailboxIcon(const QVariant &identifier) const;
    47     QString mailboxIcon(const QString &identifier) const;
    48 
    48 
    49     /*!
    49     /*!
    50         Returns branded mailbox name
    50         Returns branded mailbox name
    51         \param identifier can be domain name or mailbox id (NmId from nmailbase)
    51         \param identifier should be a domain name
    52         \return mailbox name
    52         \return mailbox name
    53      */
    53      */
    54     QString mailboxName(const QVariant &identifier) const;
    54     QString mailboxName(const QString &identifier) const;
    55 
    55 
    56 private:
    56 private:
    57     EmailMailboxInfoPrivate *d;
    57     EmailMailboxInfoPrivate *d;
    58 
    58 
    59 };
    59 };