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 <marius@cutehacks.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Stephen Kelly 2011-12-19 18:49:44 +01:00 committed by Qt by Nokia
parent 636aebb823
commit 6bb0fe08d8

View File

@ -1383,7 +1383,7 @@ public:
StatusTipPropertyRole = 30,
WhatsThisPropertyRole = 31,
// Reserved
UserRole = 32
UserRole = 0x0100
};
enum ItemFlag {