videocollection/videocollectionview/inc/videocollectionviewplugin.h
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
child 47 45e72b57a2fd
--- a/videocollection/videocollectionview/inc/videocollectionviewplugin.h	Mon May 03 12:32:50 2010 +0300
+++ b/videocollection/videocollectionview/inc/videocollectionviewplugin.h	Fri May 14 15:53:50 2010 +0300
@@ -76,7 +76,7 @@
 
 signals:
     /**
-     * Command signal, plugin user shoulf connect this in case it wants
+     * Command signal, plugin user should connect this in case it wants
      * to receive commands emitted from the view.
      *
      * @param command id
@@ -93,7 +93,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
      */
@@ -104,6 +104,13 @@
      *
      */
     void back();
+    
+private slots:
+
+    /**
+     * Gets notified when view is ready.
+     */
+    void viewReadySlot();
 
 private:
 
@@ -113,7 +120,7 @@
 private:
 
     // async loading timeout
-    static const int DELAYED_LOAD_TIMEOUT = 4000; // ms
+    static const int DELAYED_LOAD_TIMEOUT = 500; // ms
 
     /** timer id */
     int mTimerId;