diff -r 2a272ef608c4 -r 3507212d340e messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h Tue Aug 03 21:34:40 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h Fri Aug 06 23:19:50 2010 +0530 @@ -50,6 +50,12 @@ */ void populate(const QString &filePath); + /** + * Overloaded from base class. + * @see HbPushButton + */ + void setStretched(bool stretched = true); + signals: /** @@ -110,6 +116,11 @@ * Media file path. */ QString mMediaPath; + + /** + * True if valid media duration else false. + */ + bool mValidMediaDuration; }; #endif //MSG_UNIFIED_EDITOR_AUDIO_WIDGET_H