videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 44 518105d52e45
--- a/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Fri Apr 30 09:52:11 2010 +0300
@@ -106,7 +106,7 @@
 
     /**
      * Plugin user can notify orientation changes by connecting into this slot
-     * ti it's signal. In normal cases, view handles orientation chages itself.
+     * to it's signal. In normal cases, view handles orientation chages itself.
      *
      * @param orientation new orientation
      */
@@ -117,6 +117,11 @@
      *
      */
     void back();
+    
+    /**
+     * Signaled by HbMessageBox when it's closed.
+     */
+    void deleteVideoDialogFinished(HbAction *action);
 
 private slots: