messagingapp/msgui/msguiutils/inc/msgcontactsutil.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    17  */
    17  */
    18 
    18 
    19 #ifndef MSGCONTACTSUTIL_H_
    19 #ifndef MSGCONTACTSUTIL_H_
    20 #define MSGCONTACTSUTIL_H_
    20 #define MSGCONTACTSUTIL_H_
    21 
    21 
    22 #ifdef MSGUI_UNIT_TEST
    22 #ifdef MSGUIUTILS_UNIT_TEST
    23  #define MSGUI_UTILS_DLL_EXPORT
    23  #define MSGUI_UTILS_DLL_EXPORT
    24 #else
    24 #else
    25 #ifdef BUILD_MSGUI_UTILS_DLL
    25 #ifdef BUILD_MSGUI_UTILS_DLL
    26  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    26  #define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
    27 #else
    27 #else
    41 
    41 
    42 private:
    42 private:
    43     static QString copyVCardToTemp(const QString& filepath);
    43     static QString copyVCardToTemp(const QString& filepath);
    44     static void deleteVCardFromTemp(const QString& filepath);
    44     static void deleteVCardFromTemp(const QString& filepath);
    45     
    45     
    46 #ifdef MSGUI_UNIT_TEST
    46 #ifdef MSGUIUTILS_UNIT_TEST
    47     /**
    47     /**
    48      * Unit Testing
    48      * Unit Testing
    49      */
    49      */
    50     friend class TestMsgContactsUtil;
    50     friend class TestMsgContactsUtil;
    51 #endif
    51 #endif