inc/glxfilterproperties.h
changeset 36 6481344a6d67
parent 23 74c9f037fd5d
child 65 ccee5c4b0de4
--- a/inc/glxfilterproperties.h	Thu May 27 12:51:42 2010 +0300
+++ b/inc/glxfilterproperties.h	Fri Jun 11 13:38:23 2010 +0300
@@ -43,6 +43,7 @@
 				iContainsItem(0),
 				iExcludeAnimation(EFalse),
 				iLastCaptureDate(EFalse),
+				iMaxCount(KMaxTUint),
 				iThumbnailLoadability(0,0),
 				iPath(NULL),
 				iItemType(EGlxFilterVideoAndImages),
@@ -62,6 +63,7 @@
 	TGlxMediaId iContainsItem;
 	TBool iExcludeAnimation;
 	TBool iLastCaptureDate;
+	TInt iMaxCount;
 	TSize iThumbnailLoadability;
 	CMPXCollectionPath* iPath; 
 	TGlxFilterItemType iItemType;