messagingapp/msgui/msguiutils/src/msgsendutil.cpp
changeset 52 12db4185673b
parent 31 ebfee66fde93
child 72 6f657153cbc5
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    31 MsgSendUtil::MsgSendUtil(QObject* parentObject) :
    31 MsgSendUtil::MsgSendUtil(QObject* parentObject) :
    32     QObject(parentObject), mPluginLoader(0), mUniEditorGenUtils(0)
    32     QObject(parentObject), mPluginLoader(0), mUniEditorGenUtils(0)
    33     {
    33     {
    34     // Load Plugins for send
    34     // Load Plugins for send
    35     mPluginLoader = new UniEditorPluginLoader(this);
    35     mPluginLoader = new UniEditorPluginLoader(this);
    36     mUniEditorGenUtils = new UniEditorGenUtils();
    36     mUniEditorGenUtils = q_check_ptr(new UniEditorGenUtils());
    37     }
    37     }
    38 
    38 
    39 //---------------------------------------------------------------
    39 //---------------------------------------------------------------
    40 // MsgSendUtil::~MsgSendUtil
    40 // MsgSendUtil::~MsgSendUtil
    41 // Desctructor
    41 // Desctructor