From d5c9bf881c97785a61d056aeee645e768c8b0474 Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 23 Sep 2009 17:57:39 +0200 Subject: Added ImhEmailCharactersOnly flag. RevBy: Trust me --- src/corelib/global/qnamespace.h | 1 + 1 file changed, 1 insertion(+) 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 }; -- cgit v0.12