videocollection/videocollectionwrapper/tsrc/testvideocollectionwrapper_p/stub/inc/videosortfilterproxymodel.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    17 
    17 
    18 #ifndef VIDEOSORTFILTERPROXYMODEL_H
    18 #ifndef VIDEOSORTFILTERPROXYMODEL_H
    19 #define VIDEOSORTFILTERPROXYMODEL_H
    19 #define VIDEOSORTFILTERPROXYMODEL_H
    20 
    20 
    21 #include <qsortfilterproxymodel.h>
    21 #include <qsortfilterproxymodel.h>
       
    22 #include <mpxitemid.h>
    22 
    23 
    23 class QTimer;
    24 class QTimer;
    24 class VideoListDataModel;
    25 class VideoListDataModel;
    25 class VideoCollectionClient;
    26 class VideoCollectionClient;
    26 
    27 
    27 class VideoSortFilterProxyModel : public QObject 
    28 class VideoSortFilterProxyModel : public QObject 
    28 {
    29 {
    29     Q_OBJECT
    30     Q_OBJECT
       
    31     
       
    32 signals:
       
    33     
       
    34     void shortDetailsReady(TMPXItemId);
    30     
    35     
    31 public: 
    36 public: 
    32     
    37     
    33     /**
    38     /**
    34      * Contructor.
    39      * Contructor.