videocollection/videocollectionwrapper/src/videocollectionwrapper.cpp
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
child 62 0e1e938beb1a
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    13 *
    13 *
    14 * Description:   VideoCollectionWrapper class implementation
    14 * Description:   VideoCollectionWrapper class implementation
    15 * 
    15 * 
    16 */
    16 */
    17 
    17 
    18 // Version : %version: %
    18 // Version : %version: 31 %
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <qabstractitemmodel.h>
    21 #include <qabstractitemmodel.h>
    22 
    22 
    23 #include "videocollectionwrapper.h"
    23 #include "videocollectionwrapper.h"
    53 // -----------------------------------------------------------------------------
    53 // -----------------------------------------------------------------------------
    54 //
    54 //
    55 VideoCollectionWrapper::~VideoCollectionWrapper()
    55 VideoCollectionWrapper::~VideoCollectionWrapper()
    56 {
    56 {
    57 	FUNC_LOG;
    57 	FUNC_LOG;
    58     // NOP
    58     delete d;    
    59 }
    59 }
    60 
    60 
    61 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    62 // CVideoCollectionWrapper::getModel()
    62 // CVideoCollectionWrapper::getModel()
    63 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------