From: Ivailo Monev Date: Fri, 17 Dec 2021 09:53:37 +0000 (+0200) Subject: fix QRegion test XPM data X-Git-Tag: 4.12.0~1447 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=af8049be3565389c001c4a707de6fdb272ce3761;p=kde%2FKatie.git fix QRegion test XPM data Signed-off-by: Ivailo Monev --- diff --git a/tests/auto/qregion/tst_qregion.cpp b/tests/auto/qregion/tst_qregion.cpp index a0a456536..82e7cc90e 100644 --- a/tests/auto/qregion/tst_qregion.cpp +++ b/tests/auto/qregion/tst_qregion.cpp @@ -300,11 +300,11 @@ void tst_QRegion::emptyPolygonRegion() QTEST(r.rects(), "rects"); } - +/* XPM */ static const char *circle_xpm[] = { "20 20 2 1", - " c #FFFFFF", - ". c #000000", + " c #FFFFFF", + ". c #000000", " ...... ", " .......... ", " .............. ",