emailservices/nmclientapi/inc/nmapiprivateclasses.h
changeset 75 47d84de1c893
parent 23 2dc6caa42ec3
child 76 38bf5461e270
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    42    It keeps data with information about change in email store.
    42    It keeps data with information about change in email store.
    43    
    43    
    44    It is grouped in list of object by event when mailbox change and by
    44    It is grouped in list of object by event when mailbox change and by
    45    event, mailboxId anf folderId when messages change.
    45    event, mailboxId anf folderId when messages change.
    46  */
    46  */
    47 struct NmApiMessage
    47 struct NmApiEvent
    48 {
    48 {
    49     NmApiAction action;
    49     NmApiAction action;
    50     NmApiObjectType objectType;
    50     NmApiObjectType objectType;
    51 
    51 
    52     QList<quint64> objectIds;
    52     QList<quint64> objectIds;
    53 
    53 
    54     quint64 mailboxId;
    54     quint64 mailboxId;
    55     quint64 folderId;
    55     quint64 folderId;
    56 
    56 
    57 };
    57 };
    58 Q_DECLARE_METATYPE(NmApiMessage)
    58 Q_DECLARE_METATYPE(NmApiEvent)
    59 
    59 
    60 #endif /* NMAPIPRIVATECLASSES_H */
    60 #endif /* NMAPIPRIVATECLASSES_H */