summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2017-12-11 13:09:43 +0200
committerBogDan Vatra <bogdan@kdab.com>2018-02-05 06:59:40 +0000
commit38c6d10bc83dedf9283b7a89d076ea2980de7843 (patch)
tree444f9cc07472ce5460dbdc2b365988626887ea52 /src/corelib/global/qnamespace.h
parent6f03740a19cbba1b050466e4be27410c1f64bab4 (diff)
Say hello to ImhNoEditMenu & ImhNoTextHandles
The actual implementation for Android will come later. Change-Id: Ia68fcb03ea5d769d302ec6f77e5666292b567ffa Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index fb40c71f7a..31b1823690 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1406,6 +1406,9 @@ public:
ImhMultiLine = 0x400,
+ ImhNoEditMenu = 0x800,
+ ImhNoTextHandles = 0x1000,
+
ImhDigitsOnly = 0x10000,
ImhFormattedNumbersOnly = 0x20000,
ImhUppercaseOnly = 0x40000,