videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/inc/filterproxytester.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    19 #ifndef __FILTERLISTPROXY_TESTER_H
    19 #ifndef __FILTERLISTPROXY_TESTER_H
    20 #define __FILTERLISTPROXY_TESTER_H
    20 #define __FILTERLISTPROXY_TESTER_H
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 
    23 
       
    24 #include "videocollectioncommon.h"
    24 #include "videosortfilterproxymodel.h"
    25 #include "videosortfilterproxymodel.h"
    25 
    26 
    26 class VideoListDataModel;
    27 class VideoListDataModel;
    27 
    28 
    28 class  FilterProxyTester : public VideoSortFilterProxyModel
    29 class  FilterProxyTester : public VideoSortFilterProxyModel
    34 
    35 
    35     /**
    36     /**
    36      * Constructor
    37      * Constructor
    37      *
    38      *
    38      */
    39      */
    39     FilterProxyTester(int type, QObject *parent=0);
    40     FilterProxyTester(VideoCollectionCommon::TModelType type, QObject *parent=0);
    40 
    41 
    41     /**
    42     /**
    42      * destructor
    43      * destructor
    43      *
    44      *
    44      */
    45      */