summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-09-23 15:57:39 (GMT)
committeraxis <qt-info@nokia.com>2009-09-23 15:59:05 (GMT)
commitd5c9bf881c97785a61d056aeee645e768c8b0474 (patch)
treed15e0d79586080c7b6fd03bcf86683e3b594a144 /src
parentf4c948dde1159b3a04a507781f1e0f89bd4b3b37 (diff)
downloadQt-d5c9bf881c97785a61d056aeee645e768c8b0474.zip
Qt-d5c9bf881c97785a61d056aeee645e768c8b0474.tar.gz
Qt-d5c9bf881c97785a61d056aeee645e768c8b0474.tar.bz2
Added ImhEmailCharactersOnly flag.
RevBy: Trust me
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qnamespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index c39e602..741c06f 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1430,6 +1430,7 @@ public:
ImhUppercaseOnly = 0x40000,
ImhLowercaseOnly = 0x80000,
ImhDialableCharactersOnly = 0x100000,
+ ImhEmailCharactersOnly = 0x200000,
ImhExclusiveInputMask = 0xffff0000
};