videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/inc/videocollectionwrapper.h
changeset 62 0e1e938beb1a
parent 17 69946d1824c4
--- a/videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/inc/videocollectionwrapper.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/inc/videocollectionwrapper.h	Fri Sep 17 08:30:05 2010 +0300
@@ -25,7 +25,7 @@
 #include <videocollectioncommon.h>
 
 // FORWARD DECLARATIONS
-class VideoSortFilterProxyModel;
+class VideoProxyModelGeneric;
 
 
 class VideoCollectionWrapper : public QObject
@@ -59,13 +59,13 @@
      *
      * @return address to model or NULL if fails.
      */
-    VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType type);
+    VideoProxyModelGeneric* getGenericModel();
 
 /* Additional functions needed for testing purposes */
 
     void reset();
 
-    void setModel(VideoSortFilterProxyModel* model);
+    void setModel(VideoProxyModelGeneric* model);
 
 signals:
 
@@ -89,7 +89,7 @@
 
 private:
 
-    VideoSortFilterProxyModel* mModel;
+    VideoProxyModelGeneric* mModel;
     
 public: