messagingapp/msgui/msguiutils/src/msgsendutil.cpp
changeset 51 3507212d340e
parent 48 4f501b74aeb1
child 67 fc91263aee62
equal deleted inserted replaced
49:2a272ef608c4 51:3507212d340e
    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     QT_TRAP_THROWING(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