messagingapp/msgui/msguiutils/inc/msgsendutil.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    20 
    20 
    21 #include <msvstd.h>
    21 #include <msvstd.h>
    22 #include <QObject>
    22 #include <QObject>
    23 #include "convergedmessage.h"
    23 #include "convergedmessage.h"
    24 
    24 
    25 #ifdef MSGUI_UNIT_TEST
    25 #ifdef MSGUIUTILS_UNIT_TEST
    26  #define MSGUI_UTILS_DLL_EXPORT
    26  #define MSGUI_UTILS_DLL_EXPORT
    27 #else
    27 #else
    28 #ifdef BUILD_MSGUI_UTILS_DLL
    28 #ifdef BUILD_MSGUI_UTILS_DLL
    29  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    29  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    30 #else
    30 #else
   143      * General utils for send-time checks
   143      * General utils for send-time checks
   144      * Own
   144      * Own
   145      */
   145      */
   146     UniEditorGenUtils* mUniEditorGenUtils;
   146     UniEditorGenUtils* mUniEditorGenUtils;
   147 
   147 
   148 #ifdef MSGUI_UNIT_TEST
   148 #ifdef MSGUIUTILS_UNIT_TEST
   149     /**
   149     /**
   150      * Unit Testing
   150      * Unit Testing
   151      */
   151      */
   152     friend class TestMsgSendUtil;
   152     friend class TestMsgSendUtil;
   153 #endif    
   153 #endif