emailuis/nmailui/src/nmmailboxserviceinterface.cpp
changeset 68 83cc6bae1de8
parent 62 a8c646b56683
child 74 6c59112cfd31
equal deleted inserted replaced
67:459da34cdb45 68:83cc6bae1de8
    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