--- a/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h Mon May 03 12:32:50 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 */