From 5de72ac9150e4c6a6b5bc52f49fd2a891c4eb20c Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 15 Feb 2021 11:36:41 +0100 Subject: [PATCH] QRectF/Documentation: Fix malformed table The colspan should be 2. Manifests as error in the Qt for Python documentation. Pick-to: 6.0 5.15 Change-Id: Idec8a2b62a3495e00b7f2b31e8ed9d04b551f22e Reviewed-by: Cristian Maureira-Fredes --- src/gui/doc/src/coordsys.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/doc/src/coordsys.qdoc b/src/gui/doc/src/coordsys.qdoc index ed413b500fd..4df71517509 100644 --- a/src/gui/doc/src/coordsys.qdoc +++ b/src/gui/doc/src/coordsys.qdoc @@ -119,7 +119,7 @@ \table \header - \li {3,1} QRectF + \li {2,1} QRectF \row \li \inlineimage qrect-diagram-zero.png \li \inlineimage qrectf-diagram-one.png