messagingapp/msgui/unifiedviewer/inc/univieweraudiowidget.h
changeset 72 6f657153cbc5
parent 70 a15d9966050f
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
   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