inc/videoactivitystate.h
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
--- a/inc/videoactivitystate.h	Tue Jul 06 14:17:50 2010 +0300
+++ b/inc/videoactivitystate.h	Wed Aug 18 09:50:14 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version:  da1mmcf#3 %
+// Version : %version:  da1mmcf#4 %
 
 #ifndef __VIDEOACTIVITYSTATE_H__
 #define __VIDEOACTIVITYSTATE_H__
@@ -30,6 +30,9 @@
 // last position of the last played media clip (int)
 static const QString KEY_LAST_PLAY_POSITION_ID   = "_VideoActivity_last_play_position_id_";
 
+// TMPXId of the last played media file
+static const QString KEY_LAST_PLAYED_MEDIA_ID   = "_VideoActivity_last_played_media_id_";
+
 // name of the media clip last played (QString)
 static const QString KEY_LAST_PLAYED_CLIP = "_VideoActivity_last_played_clip_";