messagingapp/msgui/inc/msgaudiofetcherdialog.h
changeset 73 ecf6a73a9186
parent 56 f42d9a78f435
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    17  */
    17  */
    18 
    18 
    19 #ifndef MSGAUDIOFETCHERDIALOG_H
    19 #ifndef MSGAUDIOFETCHERDIALOG_H
    20 #define MSGAUDIOFETCHERDIALOG_H
    20 #define MSGAUDIOFETCHERDIALOG_H
    21 
    21 
    22 #ifdef BUILD_MSGAUDIOFETCHER_DLL
    22 #ifdef AUDIO_FETCHER_UNIT_TEST
    23 #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_EXPORT
    23  #define MSGAUDIOFETCHER_DLL_EXPORT
    24 #else
    24 #else
    25 #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_IMPORT
    25  #ifdef  BUILD_MSGAUDIOFETCHER_DLL
       
    26   #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_EXPORT
       
    27  #else
       
    28   #define MSGAUDIOFETCHER_DLL_EXPORT Q_DECL_IMPORT
       
    29  #endif
    26 #endif
    30 #endif
    27 
    31 
    28 // SYSTEM INCLUDES
    32 // SYSTEM INCLUDES
    29 #include <QObject>
    33 #include <QObject>
    30 #include <hblistwidget.h>
    34 #include <hblistwidget.h>
   136     
   140     
   137     /**
   141     /**
   138      * This to enable the left action in dialog
   142      * This to enable the left action in dialog
   139      */
   143      */
   140     bool mSelected;
   144     bool mSelected;
       
   145 #ifdef AUDIO_FETCHER_UNIT_TEST
       
   146     /**
       
   147      * Unit Testing
       
   148      */
       
   149     friend class TestMsgAudioFetcherDialog;
       
   150 #endif
   141 };
   151 };
   142 
   152 
   143 #endif /* MSGAUDIOFETCHERVIEW_H */
   153 #endif /* MSGAUDIOFETCHERVIEW_H */