emailservices/nmclientapi/inc/nmapiprivateclasses.h
changeset 76 38bf5461e270
parent 68 83cc6bae1de8
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    16  */
    16  */
    17 
    17 
    18 #ifndef NMAPIPRIVATECLASSES_H
    18 #ifndef NMAPIPRIVATECLASSES_H
    19 #define NMAPIPRIVATECLASSES_H
    19 #define NMAPIPRIVATECLASSES_H
    20 
    20 
    21 #include <nmapidef.h>
       
    22 #include <QList>
    21 #include <QList>
    23 #include <QMetaType>
    22 #include <QMetaType>
    24 
    23 
       
    24 namespace EmailClientApi
       
    25 {
    25 /*!
    26 /*!
    26    Enum for internal info about changes in emial store
    27    Enum for internal info about changes in emial store
    27  */
    28  */
    28 enum NmApiAction
    29 enum NmApiAction
    29 {
    30 {
    53 
    54 
    54     quint64 mailboxId;
    55     quint64 mailboxId;
    55     quint64 folderId;
    56     quint64 folderId;
    56 
    57 
    57 };
    58 };
    58 Q_DECLARE_METATYPE(NmApiEvent)
    59 } // namespace
    59 
    60 Q_DECLARE_METATYPE(EmailClientApi::NmApiEvent)
    60 #endif /* NMAPIPRIVATECLASSES_H */
    61 #endif /* NMAPIPRIVATECLASSES_H */