videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/src/filterproxytester.cpp
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    16 * 
    16 * 
    17 */
    17 */
    18 
    18 
    19 // INCLUDES
    19 // INCLUDES
    20 
    20 
    21 
       
    22 
       
    23 #define private public
    21 #define private public
    24 #include "videosortfilterproxymodel.h"
    22 #include "videosortfilterproxymodel.h"
    25 #undef private
    23 #undef private
    26 
    24 
    27 #include "filterproxytester.h"
    25 #include "filterproxytester.h"
    29 
    27 
    30 // ---------------------------------------------------------------------------
    28 // ---------------------------------------------------------------------------
    31 // FilterProxyTester
    29 // FilterProxyTester
    32 // ---------------------------------------------------------------------------
    30 // ---------------------------------------------------------------------------
    33 //
    31 //
    34 FilterProxyTester::FilterProxyTester(int type, QObject *parent) :
    32 FilterProxyTester::FilterProxyTester(VideoCollectionCommon::TModelType type, QObject *parent) :
    35 VideoSortFilterProxyModel(type, parent)    
    33 VideoSortFilterProxyModel(type, parent)
    36 {
    34 {
    37     // NOP
    35     // NOP
    38 }
    36 }
    39 
    37 
    40 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------