From 64e2a26867a7ba66b3efbda625bf41e6e7efd794 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Thu, 3 Dec 2020 14:58:00 +0100 Subject: Remove link to non-existing QApplication::desktop() function QApplication::desktop() was removed. This patch removes a link to it. Task-number: QTBUG-88533 Change-Id: I9afdd951e497aa390a76ac6215a55da2fbdaa2a4 Reviewed-by: David Faure --- src/x11extras/qx11info_x11.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp index 7615657..ace0b6e 100644 --- a/src/x11extras/qx11info_x11.cpp +++ b/src/x11extras/qx11info_x11.cpp @@ -162,8 +162,6 @@ int QX11Info::appDpiY(int screen) the user's system uses Xinerama (as opposed to traditional X11 multiscreen), there is only one X screen. Use QDesktopWidget to query for information about Xinerama screens. - - \sa QApplication::desktop() */ quint32 QX11Info::appRootWindow(int screen) { -- cgit v1.2.1