summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-24 10:17:29 +0100
committerGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>2016-03-24 20:24:40 +0000
commitb414120c60ef8c3cc2aad7dca41092647d741a36 (patch)
tree87eb3080cce48d114f4f21c9cf865755d456d558
parentfbf5e9403e15655bd479e4cc6b26bf1451e5b8c5 (diff)
downloadqtx11extras-b414120c60ef8c3cc2aad7dca41092647d741a36.tar.gz
Fix documentation of QX11Info::isCompositingManagerRunning().v5.7.0-beta1
Fix warning: qtx11extras/src/x11extras/qx11info_x11.cpp:379: warning: Can't link to '-1' Change-Id: I8165a6e2b512a1fc265f4946e8fdc47dc3558109 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
-rw-r--r--src/x11extras/qx11info_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index a201547..0473fda 100644
--- a/src/x11extras/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
@@ -382,7 +382,7 @@ xcb_connection_t *QX11Info::connection()
Returns true if there is a compositing manager running for the connection
attached to \a screen.
- If \l -1, the application primary screen is used.
+ If \a screen equals -1, the application's primary screen is used.
*/
bool QX11Info::isCompositingManagerRunning(int screen)
{