messagingapp/msgui/unifiedviewer/inc/univieweraudiowidget.h
changeset 67 fc91263aee62
parent 63 eceabb8c7a12
child 73 ecf6a73a9186
equal deleted inserted replaced
65:d8ac8e5e4721 67:fc91263aee62
   114 
   114 
   115     /**
   115     /**
   116      * True if valid media duration else false.
   116      * True if valid media duration else false.
   117      */
   117      */
   118     bool mValidMediaDuration;
   118     bool mValidMediaDuration;
       
   119     
       
   120 #ifdef MSGUI_UNIT_TEST
       
   121     /**
       
   122      * Unit Testing
       
   123      */
       
   124     friend class TestUniViewerAudioWidget;
       
   125 #endif
   119 };
   126 };
   120 
   127 
   121 #endif //UNI_VIEWER_AUDIO_WIDGET_H
   128 #endif //UNI_VIEWER_AUDIO_WIDGET_H
   122 // EOF
   129 // EOF