messagingapp/msgui/msguiutils/src/msgsendutil.cpp
changeset 48 4f501b74aeb1
parent 25 84d9eb65b26f
child 51 3507212d340e
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
    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     QT_TRAP_THROWING(mUniEditorGenUtils = new UniEditorGenUtils());
    37     }
    37     }
    38 
    38 
    39 //---------------------------------------------------------------
    39 //---------------------------------------------------------------
    40 // MsgSendUtil::~MsgSendUtil
    40 // MsgSendUtil::~MsgSendUtil
    41 // Desctructor
    41 // Desctructor