videocollection/videocollectionwrapper/inc/videocollectionwrapper.h
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
child 62 0e1e938beb1a
--- a/videocollection/videocollectionwrapper/inc/videocollectionwrapper.h	Fri Jun 11 13:39:54 2010 +0300
+++ b/videocollection/videocollectionwrapper/inc/videocollectionwrapper.h	Wed Jun 23 18:14:16 2010 +0300
@@ -80,11 +80,12 @@
     static VideoCollectionWrapper &instance();  
     
 	/**
-     * Returns pointer to model
+     * Returns pointer to model. Null if creation fails or if
+     * application is closing.
      * 
      * @param type of the model
      * 
-     * @return address to model or NULL if fails.
+     * @return address to model or NULL if fails or if application is closing.
      */    
     VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType type);