summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-17 16:48:51 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-24 17:40:17 +0200
commitcc54685b8d0610a682983418bd771e4d6f5f338b (patch)
tree7eebd52afff683ef28e736e22cd78a6bd9b98100 /src/corelib/global/qnamespace.qdoc
parent5d32552cf40d8ec15ed313f71559444c8765efd2 (diff)
Remove deprecated ApplicationAttribute enum values
In the declaration, leave them in as comments so that the gaps in the numbering of the values doesn't create confusion. Change-Id: I92ff299416896c471e7c7d80b988cd4642b6b756 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 73c3f8c483..d19366dabb 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -293,26 +293,6 @@
Currently supported on the Windows platform only.
This value was added in 5.15
- The following values are deprecated or obsolete:
-
- \value AA_ImmediateWidgetCreation This attribute is no longer fully
- supported in Qt 5. It ensures that widgets are created
- as soon as they are constructed. By default, resources for
- widgets are allocated on demand to improve efficiency and
- minimize resource usage. Setting or clearing this attribute
- affects widgets constructed after the change. Setting it
- tells Qt to create toplevel windows immediately.
- Therefore, if it is important to minimize resource
- consumption, do not set this attribute.
-
- \value AA_MacPluginApplication This attribute has been deprecated.
- Use AA_PluginApplication instead.
-
- \value AA_MSWindowsUseDirect3DByDefault This value is obsolete and
- has no effect.
-
- \value AA_X11InitThreads This value is obsolete and has no effect.
-
\omitvalue AA_AttributeCount
*/