videocollection/videocollectionview/inc/videolistselectiondialog.h
changeset 40 13331705e488
parent 37 4eb2df7f7cbe
child 50 21fe8338c6bf
--- a/videocollection/videocollectionview/inc/videolistselectiondialog.h	Fri May 28 09:45:19 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistselectiondialog.h	Fri Jun 11 09:44:20 2010 +0300
@@ -54,6 +54,7 @@
         EDeleteVideos,
         EAddToCollection,        
         ERemoveFromCollection,
+        ECreateCollection,
         ESelectCollection
     };
     
@@ -220,6 +221,11 @@
     TMPXItemId mSelectedAlbumId;
     
     /**
+     * Text for a new album.
+     */
+    QString mNewAlbumText;
+    
+    /**
      * header label
      */
     HbLabel *mHeading;