videocollection/tsrc/stubs/inc/videolistdatamodeldata.h
changeset 55 4bfa887905cf
parent 36 8aed59de29f9
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
    28         mData.clear();
    28         mData.clear();
    29         mLastIndex = QModelIndex();
    29         mLastIndex = QModelIndex();
    30         mDataAccessCount = 0;
    30         mDataAccessCount = 0;
    31         mRowCount = 0;
    31         mRowCount = 0;
    32         mRowCountDecrement = 0;
    32         mRowCountDecrement = 0;
       
    33         mItemId = TMPXItemId::InvalidId();
    33     }
    34     }
    34     
    35     
    35     static QModelIndex lastIndex()
    36     static QModelIndex lastIndex()
    36     {
    37     {
    37         return mLastIndex;
    38         return mLastIndex;
    60     static QMap<int, QVariant> mData;
    61     static QMap<int, QVariant> mData;
    61     static QModelIndex mLastIndex;
    62     static QModelIndex mLastIndex;
    62     static int mDataAccessCount;
    63     static int mDataAccessCount;
    63     static int mRowCount;
    64     static int mRowCount;
    64     static int mRowCountDecrement;
    65     static int mRowCountDecrement;
       
    66     static TMPXItemId mItemId;
    65 };
    67 };
    66 
    68 
    67 #endif /* VIDEOLISTDATAMODELDATA_H */
    69 #endif /* VIDEOLISTDATAMODELDATA_H */