summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-12-19 18:49:44 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-27 15:57:36 +0100
commit6bb0fe08d80da01b25c1f2247aa0386e9855d792 (patch)
treeb01900d4427a02fb67c2e959a50682779c35b5ff /src/corelib/global
parent636aebb82372b15440ceba73546067743c7be681 (diff)
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>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index b1d8ed46b6..4c0b9cc635 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 {