emailuis/nmailuiengine/inc/nmstoreenvelopesoperation.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    18 #ifndef NMSTOREENVELOPESOPERATION_H_
    18 #ifndef NMSTOREENVELOPESOPERATION_H_
    19 #define NMSTOREENVELOPESOPERATION_H_
    19 #define NMSTOREENVELOPESOPERATION_H_
    20 
    20 
    21 #include "nmoperation.h"
    21 #include "nmoperation.h"
    22 
    22 
    23 class NmStoreEnvelopesOperation: public NmOperation
    23 class NMUIENGINE_EXPORT NmStoreEnvelopesOperation: public NmOperation
    24 {
    24 {
       
    25     Q_OBJECT
    25 public:
    26 public:
    26     NmStoreEnvelopesOperation(){};
    27     NmStoreEnvelopesOperation(){};
    27     ~NmStoreEnvelopesOperation(){};
    28     
       
    29 protected:
       
    30     virtual ~NmStoreEnvelopesOperation(){};
    28 };
    31 };
    29 
    32 
    30 #endif //#ifndef NMSTOREENVELOPESOPERATION_H_
    33 #endif //#ifndef NMSTOREENVELOPESOPERATION_H_