summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2020-12-03 14:58:00 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2020-12-04 15:30:49 +0100
commit64e2a26867a7ba66b3efbda625bf41e6e7efd794 (patch)
treec1991a7078c31dfbfd6ea2110035e06bddfc228d
parentba6f4ea0f997a6f1a77295888cfec975a1a02944 (diff)
downloadqtx11extras-64e2a26867a7ba66b3efbda625bf41e6e7efd794.tar.gz
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 <david.faure@kdab.com>
-rw-r--r--src/x11extras/qx11info_x11.cpp2
1 files changed, 0 insertions, 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)
{