summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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