summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2020-12-03 15:00:08 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-03 22:28:17 +0000
commita310fc035751c86b556387d19f93cc0b98f58938 (patch)
tree6b6e650906b0473bdca8fa46d6ae503f50bfb840 /src/widgets/kernel/qapplication.cpp
parentc52d3fe32eb01c782624edc3d165a17dcb974ee9 (diff)
Remove non-existent function QApplication::desktop() from docs
The method QApplication::desktop() was removed. This patch removes a line mentioning it in the documentation. Task-number: QTBUG-88533 Change-Id: I123e41c342d64da347b9bd59378e52a8e0301c1a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit d7828a5ed385f1c4630239922266d5dd554772a0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
-rw-r--r--src/widgets/kernel/qapplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index 70616ed2b5..3eb7efd443 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -283,7 +283,6 @@ void QApplicationPrivate::createEventDispatcher()
\li Widgets
\li allWidgets(),
topLevelWidgets(),
- desktop(),
activePopupWidget(),
activeModalWidget(),
clipboard(),