summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-22 16:41:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 01:09:19 +0100
commit65bad77d26cde50ad70b6909a9f81e9a1d058746 (patch)
tree0ddb1e037cc7f97689e0fe47e72ff7c85d4b8689 /src/corelib/global/qnamespace.qdoc
parent8511ed8bc29cabc6ef337c152cd0f2fb30d817a1 (diff)
Remove Symbian code from QtCore.
Change-Id: I9abdc674bcfa7bb38ce27c5213c5a672f59e63d5 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index f525a8f815..0e98aaa552 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -150,19 +150,6 @@
Command+C on the keyboard regardless of the value set, though what is output for
QKeySequence::toString(QKeySequence::PortableText) will be different).
- \value AA_S60DontConstructApplicationPanes Stops Qt from initializing the S60 status
- pane and softkey pane on Symbian. This is useful to save memory and reduce
- startup time for applications that will run in fullscreen mode during their
- whole lifetime. This attribute must be set before QApplication is
- constructed.
-
- \omitvalue AA_S60DisablePartialScreenInputMode By default in Symbian^3,
- a separate editing window is opened on top of an application. This is exactly
- like editing on previous versions of Symbian behave. When this attribute
- is true, a virtual keyboard window is shown on top of application and it
- is ensured that the focused text widget is visible. This is only supported in
- Symbian^3. (internal)
-
\value AA_X11InitThreads Calls XInitThreads() as part of the QApplication
construction in order to make Xlib calls thread-safe. This
attribute must be set before QApplication is constructed.
@@ -811,7 +798,7 @@
\value WA_InputMethodEnabled Enables input methods for Asian languages.
Must be set when creating custom text editing widgets.
- On Windows CE and Symbian this flag can be used in addition to
+ On Windows CE this flag can be used in addition to
QApplication::autoSipEnabled to automatically display the SIP when
entering a widget.