summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-01 13:31:22 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-01 13:31:49 (GMT)
commiteda97a69aba55f32c348f4a8a830d5d80104d19b (patch)
tree558de3f2530b765ce071c09884fcc1139648f619 /src/corelib/global/qnamespace.h
parent27ad49b1677b06017fb922299efabe7bee320f2f (diff)
downloadQt-eda97a69aba55f32c348f4a8a830d5d80104d19b.zip
Qt-eda97a69aba55f32c348f4a8a830d5d80104d19b.tar.gz
Qt-eda97a69aba55f32c348f4a8a830d5d80104d19b.tar.bz2
Add input method hint for URL input widgets.
Rev-by: Axis
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-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 473398b..a440606 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1431,6 +1431,7 @@ public:
ImhLowercaseOnly = 0x80000,
ImhDialableCharactersOnly = 0x100000,
ImhEmailCharactersOnly = 0x200000,
+ ImhUrlCharactersOnly = 0x400000,
ImhExclusiveInputMask = 0xffff0000
};