videocollection/videofiledetailsview/tsrc/testplugin/stub/inc/videosortfilterproxymodel.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    72 
    72 
    73 signals:
    73 signals:
    74 	
    74 	
    75     void shortDetailsReady(TMPXItemId index);
    75     void shortDetailsReady(TMPXItemId index);
    76     
    76     
    77     void fullVideoDetailsReady(TMPXItemId index);
    77     void fullVideoDetailsReady(QVariant& variant);
    78 
    78 
    79 public: // from QAbstractItemModel
    79 public: // from QAbstractItemModel
    80     
    80     
    81     VideoSortFilterProxyModel* sourceModel();
    81     VideoSortFilterProxyModel* sourceModel();
    82     
    82