videocollection/videocollectionview/inc/videolistselectiondialog.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 20 b9e04db066d4
--- a/videocollection/videocollectionview/inc/videolistselectiondialog.h	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/videocollectionview/inc/videolistselectiondialog.h	Mon May 03 12:32:50 2010 +0300
@@ -256,8 +256,18 @@
     
     /** 
      * List widget to show in selection
-     * */
+     */
     VideoListWidget *mListWidget;
+    
+    /**
+     * Action to accept the selection dialog. 
+     */
+    HbAction *mPrimaryAction;
+    
+    /**
+     * Action to cancel the selection dialog.
+     */
+    HbAction *mSecondaryAction;
 };
 
 #endif  //VIDEOLISTSELECTIONDIALOG_H