Increase the value of the UserRole for the ItemDataRole enum.
authorStephen Kelly <stephen.kelly@kdab.com>
Mon, 19 Dec 2011 17:49:44 +0000 (18:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 27 Dec 2011 14:57:36 +0000 (15:57 +0100)
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>
src/corelib/global/qnamespace.h

index b1d8ed4..4c0b9cc 100644 (file)
@@ -1383,7 +1383,7 @@ public:
         StatusTipPropertyRole = 30,
         WhatsThisPropertyRole = 31,
         // Reserved
-        UserRole = 32
+        UserRole = 0x0100
     };
 
     enum ItemFlag {