diff -r e3cecb93e76a -r a76e86df7ccd videocollection/tsrc/stubs/inc/videolistdatamodeldata.h --- a/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h Wed Aug 18 09:50:14 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/videolistdatamodeldata.h Thu Sep 02 20:28:16 2010 +0300 @@ -30,6 +30,7 @@ mDataAccessCount = 0; mRowCount = 0; mRowCountDecrement = 0; + mItemId = TMPXItemId::InvalidId(); } static QModelIndex lastIndex() @@ -62,6 +63,7 @@ static int mDataAccessCount; static int mRowCount; static int mRowCountDecrement; + static TMPXItemId mItemId; }; #endif /* VIDEOLISTDATAMODELDATA_H */