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
committerAndreas Buhr <andreas@andreasbuhr.de>2020-12-03 20:21:35 +0100
commitd7828a5ed385f1c4630239922266d5dd554772a0 (patch)
tree904676155d81f4b2849294a71ab61a9d019b86a9 /src/widgets/kernel/qapplication.cpp
parent15cd7d774146ed18f537a79f44e5ca3401c72c38 (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 Pick-to: 6.0 Change-Id: I123e41c342d64da347b9bd59378e52a8e0301c1a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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(),