diff -r c48470be1ba7 -r adbe7d5ba2f5 videocollection/videocollectionwrapper/inc/videocollectionwrapper.h --- 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);