messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h
changeset 52 12db4185673b
parent 34 84197e66a4bd
child 67 fc91263aee62
--- a/messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h	Wed Aug 18 09:45:25 2010 +0300
@@ -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