videocollection/tsrc/stubs/inc/videolistdatamodeldata.h
changeset 59 a76e86df7ccd
parent 17 69946d1824c4
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
    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 */