videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h
changeset 58 d2b028fd1f7d
parent 50 21fe8338c6bf
--- a/videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h	Mon Aug 23 14:27:29 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h	Fri Sep 03 12:37:43 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;