videocollection/tsrc/stubs/inc/videolistdatamodeldata.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 55 4bfa887905cf
--- a/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h	Fri Apr 16 18:13:14 2010 +0300
@@ -29,6 +29,7 @@
         mLastIndex = QModelIndex();
         mDataAccessCount = 0;
         mRowCount = 0;
+        mRowCountDecrement = 0;
     }
     
     static QModelIndex lastIndex()
@@ -60,6 +61,7 @@
     static QModelIndex mLastIndex;
     static int mDataAccessCount;
     static int mRowCount;
+    static int mRowCountDecrement;
 };
 
 #endif /* VIDEOLISTDATAMODELDATA_H */