videocollection/videofiledetailsview/tsrc/testplugin/stub/inc/videocollectionwrapper.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
--- a/videocollection/videofiledetailsview/tsrc/testplugin/stub/inc/videocollectionwrapper.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videocollection/videofiledetailsview/tsrc/testplugin/stub/inc/videocollectionwrapper.h	Fri Sep 17 08:30:05 2010 +0300
@@ -26,7 +26,7 @@
 // FORWARD DECLARATIONS
 class QAbstractItemModel;
 
-class VideoSortFilterProxyModel;
+class VideoProxyModelGeneric;
 
 
 class VideoCollectionWrapper : public QObject         
@@ -62,7 +62,7 @@
    /**
     * return mModel
     */
-    VideoSortFilterProxyModel* getModel(int type);
+    VideoProxyModelGeneric* getAllVideosModel();
 
    /**
     * NOP at the moment
@@ -72,7 +72,7 @@
    /**
     * sete mModel
     */
-   void setModel(VideoSortFilterProxyModel* model);
+   void setModel(VideoProxyModelGeneric* model);
    
 signals:
    
@@ -96,7 +96,7 @@
     /**
      * model to be used when testing videofiledetailsviewplugin
      */
-    VideoSortFilterProxyModel* mModel;
+    VideoProxyModelGeneric* mModel;
 
 public: