emailuis/nmailui/src/nmbaseview.cpp
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 27 9ba4404ef423
--- a/emailuis/nmailui/src/nmbaseview.cpp	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmailui/src/nmbaseview.cpp	Fri May 14 15:41:10 2010 +0300
@@ -60,6 +60,15 @@
 }
 
 /*!
+    view ready. Function is called after mainwindow has received viewReady
+    lazy loading signal. Views can choose to implement this function
+    if it makes sense to construct items after main view is shown. 
+*/
+void NmBaseView::viewReady()
+{    
+}
+
+/*!
     About to change orientation. View can override this function if special
     handling is needed for the view when orientation is about to change.
 */