videocollection/tsrc/stubs/inc/videolistdatamodeldata.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 55 4bfa887905cf
equal deleted inserted replaced
15:cf5481c2bc0b 17:69946d1824c4
    27     {
    27     {
    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     }
    33     }
    33     
    34     
    34     static QModelIndex lastIndex()
    35     static QModelIndex lastIndex()
    35     {
    36     {
    36         return mLastIndex;
    37         return mLastIndex;
    58 public: // data
    59 public: // data
    59     static QMap<int, QVariant> mData;
    60     static QMap<int, QVariant> mData;
    60     static QModelIndex mLastIndex;
    61     static QModelIndex mLastIndex;
    61     static int mDataAccessCount;
    62     static int mDataAccessCount;
    62     static int mRowCount;
    63     static int mRowCount;
       
    64     static int mRowCountDecrement;
    63 };
    65 };
    64 
    66 
    65 #endif /* VIDEOLISTDATAMODELDATA_H */
    67 #endif /* VIDEOLISTDATAMODELDATA_H */