emailuis/nmailui/src/nmmailboxserviceinterface.cpp
changeset 75 47d84de1c893
parent 65 478bc57ad291
child 74 6c59112cfd31
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    57     \param data The ID of the mailbox to open.
    57     \param data The ID of the mailbox to open.
    58 */
    58 */
    59 void NmMailboxServiceInterface::displayInboxByMailboxId(QVariant data)
    59 void NmMailboxServiceInterface::displayInboxByMailboxId(QVariant data)
    60 {
    60 {
    61     NM_FUNCTION;
    61     NM_FUNCTION;
    62 
    62     NM_TIMESTAMP("Opening message list view starts.");
    63 
    63     
    64     // Get the given ID and convert it into NmId type.
    64     // Get the given ID and convert it into NmId type.
    65     NmId mailboxNmId(data.toULongLong());
    65     NmId mailboxNmId(data.toULongLong());
    66 
    66 
    67     mAsyncReqId = setCurrentRequestAsync();
    67     mAsyncReqId = setCurrentRequestAsync();
    68 
    68