videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/inc/videocollectionwrapper.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 58 d2b028fd1f7d
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    20 
    20 
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <QObject>
    23 #include <QObject>
    24 
    24 
       
    25 #include <videocollectioncommon.h>
    25 
    26 
    26 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    27 class VideoSortFilterProxyModel;
    28 class VideoSortFilterProxyModel;
    28 
    29 
    29 
    30 
    56 	/**
    57 	/**
    57      * Returns pointer to model
    58      * Returns pointer to model
    58      *
    59      *
    59      * @return address to model or NULL if fails.
    60      * @return address to model or NULL if fails.
    60      */
    61      */
    61     VideoSortFilterProxyModel* getModel(TModelType type);
    62     VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType type);
    62 
    63 
    63 /* Additional functions needed for testing purposes */
    64 /* Additional functions needed for testing purposes */
    64 
    65 
    65     void reset();
    66     void reset();
    66 
    67