diff -r a76e86df7ccd -r 0e1e938beb1a videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h --- a/videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h Thu Sep 02 20:28:16 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h Fri Sep 17 08:30:05 2010 +0300 @@ -31,6 +31,7 @@ static void reset() { mLastError = 0; + mIsServiceValue = false; mLoadSortingValuesFails = false; mVideoSortRole = -1; mCollectionSortRole = -1; @@ -48,7 +49,8 @@ public: // data static int mLastError; - static bool mLoadSortingValuesFails; + static bool mIsServiceValue; + static bool mLoadSortingValuesFails; static int mVideoSortRole; static int mCollectionSortRole; static Qt::SortOrder mVideoSortOrder;