From d7828a5ed385f1c4630239922266d5dd554772a0 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Thu, 3 Dec 2020 15:00:08 +0100 Subject: 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 --- src/widgets/kernel/qapplication.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/kernel/qapplication.cpp') 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(), -- cgit v1.2.3