videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/src/filterproxytester.cpp
changeset 34 bbb98528c666
parent 30 4f111d64a341
child 36 8aed59de29f9
--- a/videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/src/filterproxytester.cpp	Thu Apr 01 23:13:36 2010 +0300
+++ b/videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/src/filterproxytester.cpp	Thu Apr 01 23:22:15 2010 +0300
@@ -17,18 +17,22 @@
 */
 
 // INCLUDES
+
+
+
 #define private public
 #include "videosortfilterproxymodel.h"
 #undef private
 
 #include "filterproxytester.h"
+#include "videolistdatamodel.h"
 
 // ---------------------------------------------------------------------------
 // FilterProxyTester
 // ---------------------------------------------------------------------------
 //
-FilterProxyTester::FilterProxyTester(QObject *parent) :
-VideoSortFilterProxyModel(parent)    
+FilterProxyTester::FilterProxyTester(int type, QObject *parent) :
+VideoSortFilterProxyModel(type, parent)    
 {
     // NOP
 }