aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-08-16 20:39:29 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-08-16 20:39:29 +0300
commit982f20eb585d77e5b5c721e05a466d7161f7f2d1 (patch)
treeee762d754e4d38b49bee7c047ed014ed33867932
parent0dfaf36ec6f642a0fd583ce1cc33a31eb6b3328e (diff)
parentd880cc02604a14a5869efa940f2d09001c34f80d (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgpl
-rw-r--r--.qmake.conf2
-rw-r--r--src/x11extras/qx11info_x11.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index b8e1161..53c1ac9 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ load(qt_build_config)
CONFIG += warning_clean
DEFINES += QT_NO_FOREACH
-MODULE_VERSION = 5.15.5
+MODULE_VERSION = 5.15.6
diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index 7b6b2a0..4f48339 100644
--- a/src/x11extras/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
@@ -73,6 +73,7 @@ static QScreen *findScreenForVirtualDesktop(int virtualDesktopNumber)
\inmodule QtX11Extras
\since 5.1
\brief Provides information about the X display configuration.
+ \obsolete
The class provides two APIs: a set of non-static functions that
provide information about a specific widget or pixmap, and a set