videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    24 #include <mpxviewpluginqt.h>
    24 #include <mpxviewpluginqt.h>
    25 #include <hbdocumentloader.h>
    25 #include <hbdocumentloader.h>
    26 #include <qpixmap.h>
    26 #include <qpixmap.h>
    27 #include <mpxitemid.h>
    27 #include <mpxitemid.h>
    28 
    28 
    29 class VideoSortFilterProxyModel;
    29 class VideoProxyModelGeneric;
    30 class QModelIndex;
    30 class QModelIndex;
    31 class HbAction;
    31 class HbAction;
    32 class HbMarqueeItem;
    32 class HbMarqueeItem;
    33 class ThumbnailManager;
    33 class ThumbnailManager;
    34 class VideoServices;
    34 class VideoServices;
   234     HbDocumentLoader mLoader;
   234     HbDocumentLoader mLoader;
   235 
   235 
   236     /**
   236     /**
   237      * Pointer to the model that holds video details. Not owned.
   237      * Pointer to the model that holds video details. Not owned.
   238      */
   238      */
   239     VideoSortFilterProxyModel* mModel;
   239     VideoProxyModelGeneric* mModel;
   240 
   240 
   241     /**
   241     /**
   242      * pointer to videoservices instance
   242      * pointer to videoservices instance
   243      */
   243      */
   244     VideoServices* mVideoServices;
   244     VideoServices* mVideoServices;