From: Stephen Kelly Date: Mon, 19 Dec 2011 17:49:44 +0000 (+0100) Subject: Increase the value of the UserRole for the ItemDataRole enum. X-Git-Tag: qt-v5.0.0-alpha1~2129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bb0fe08d80da01b25c1f2247aa0386e9855d792;p=profile%2Fivi%2Fqtbase.git Increase the value of the UserRole for the ItemDataRole enum. For future proofing. No need for it to be so small. Change-Id: I8a0c734f87671881f114922ada7c5bc9524de19b Reviewed-by: Marius Bugge Monsen Reviewed-by: Thiago Macieira --- diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index b1d8ed4..4c0b9cc 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -1383,7 +1383,7 @@ public: StatusTipPropertyRole = 30, WhatsThisPropertyRole = 31, // Reserved - UserRole = 32 + UserRole = 0x0100 }; enum ItemFlag {