From b414120c60ef8c3cc2aad7dca41092647d741a36 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 24 Mar 2016 10:17:29 +0100 Subject: Fix documentation of QX11Info::isCompositingManagerRunning(). Fix warning: qtx11extras/src/x11extras/qx11info_x11.cpp:379: warning: Can't link to '-1' Change-Id: I8165a6e2b512a1fc265f4946e8fdc47dc3558109 Reviewed-by: Gabriel de Dietrich --- src/x11extras/qx11info_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1