videocollection/tsrc/stubs/inc/videolistdatamodeldata.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 55 4bfa887905cf
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    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 */