videocollection/videocollectionwrapper/tsrc/testvideocollectionwrapper_p/stub/inc/videolistdatamodel.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    19 #ifndef __STUB_VIDEOLISTDATAMODEL_H
    19 #ifndef __STUB_VIDEOLISTDATAMODEL_H
    20 #define __STUB_VIDEOLISTDATAMODEL_H
    20 #define __STUB_VIDEOLISTDATAMODEL_H
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 #include <qabstractitemmodel.h>
    23 #include <qabstractitemmodel.h>
    24 
    24 #include <mpxitemid.h>
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class VideoCollectionClient;
    27 class VideoCollectionClient;
    28 
    28 
    29 
    29 
    68     int mediaIdAtIndex(int index) const;
    68     int mediaIdAtIndex(int index) const;
    69     
    69     
    70 signals:
    70 signals:
    71 
    71 
    72     /**
    72     /**
       
    73      * not used in stub, but needed to make sure testable object is linked correctly
       
    74      */
       
    75     void shortDetailsReady(TMPXItemId);
       
    76     
       
    77     /**
    73      * not used ion stub, but needed to make sure testable object is linked correctly
    78      * not used ion stub, but needed to make sure testable object is linked correctly
    74      */
    79      */
    75     void fullVideoDetailsReady(int index);
    80     void fullVideoDetailsReady(TMPXItemId);
    76             
    81             
    77 public: // from QAbstractItemModel
    82 public: // from QAbstractItemModel
    78     
    83     
    79     /**
    84     /**
    80      * not used ion stub, but needed to make sure testable object is linked correctly
    85      * not used ion stub, but needed to make sure testable object is linked correctly