videocollection/videocollectionview/tsrc/testvideolistselectiondialog/inc/testvideolistselectiondialog.h
changeset 62 0e1e938beb1a
parent 17 69946d1824c4
--- a/videocollection/videocollectionview/tsrc/testvideolistselectiondialog/inc/testvideolistselectiondialog.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videocollection/videocollectionview/tsrc/testvideolistselectiondialog/inc/testvideolistselectiondialog.h	Fri Sep 17 08:30:05 2010 +0300
@@ -26,7 +26,7 @@
 class VideoListSelectionDialog;
 class VideoCollectionUiLoader;
 class VideoListDataModel;
-class VideoSortFilterProxyModel;
+class VideoProxyModelGeneric;
 class VideoListWidget;
 class VideoListSelectionDialogTesterHelper;
 
@@ -36,7 +36,7 @@
 
 private:
     
-    void setRowCount(int count, VideoCollectionCommon::TModelType type = VideoCollectionCommon::EModelTypeAllVideos, VideoListDataModel *model = 0);
+    void setRowCount(int count, VideoProxyModelGeneric *proxyModel = 0, VideoListDataModel *model = 0);
     
     // test functions for the test framework
 
@@ -150,7 +150,7 @@
     /**
      * dummy model
      */
-    VideoSortFilterProxyModel *mModel;
+    VideoProxyModelGeneric *mModel;
     
     /**
      * dummy widget
@@ -161,6 +161,7 @@
  	 * flag indicating if last call to init succeeded.
  	 */
     bool mInitOk;
+
 };