videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 52 e3cecb93e76a
--- a/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Mon May 03 12:32:50 2010 +0300
+++ b/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Fri May 14 15:53:50 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: