messagingapp/msgui/msguiutils/src/msgsendutil.cpp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 48 4f501b74aeb1
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    22 #include "unieditorplugininterface.h"
    22 #include "unieditorplugininterface.h"
    23 // general editor utilities
    23 // general editor utilities
    24 #include "UniEditorGenUtils.h"
    24 #include "UniEditorGenUtils.h"
    25 
    25 
    26 
    26 
    27 #define MSG_SETTINGS_PLUGIN "resource\\qt\\plugins\\controlpanel\\msgsettingsplugin.qtplugin"
       
    28 //---------------------------------------------------------------
    27 //---------------------------------------------------------------
    29 // MsgSendUtil::MsgSendUtil
    28 // MsgSendUtil::MsgSendUtil
    30 // Constructor
    29 // Constructor
    31 //--------------------------------------------------------------
    30 //--------------------------------------------------------------
    32 MsgSendUtil::MsgSendUtil(QObject* parentObject) :
    31 MsgSendUtil::MsgSendUtil(QObject* parentObject) :
    33     QObject(parentObject), mPluginLoader(0), mUniEditorGenUtils(0)
    32     QObject(parentObject), mPluginLoader(0), mUniEditorGenUtils(0)
    34     {
    33     {
    35     // Load Plugins for send
    34     // Load Plugins for send
    36     mPluginLoader = new UniEditorPluginLoader(this);
    35     mPluginLoader = new UniEditorPluginLoader(this);
    37     mPluginLoader->loadPlugins();
       
    38 
       
    39     mUniEditorGenUtils = new UniEditorGenUtils();
    36     mUniEditorGenUtils = new UniEditorGenUtils();
    40     }
    37     }
    41 
    38 
    42 //---------------------------------------------------------------
    39 //---------------------------------------------------------------
    43 // MsgSendUtil::~MsgSendUtil
    40 // MsgSendUtil::~MsgSendUtil