mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
fix QRegion test XPM data
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2f16098878
commit
af8049be35
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
" ...... ",
|
||||
" .......... ",
|
||||
" .............. ",
|
||||
|
|
Loading…
Add table
Reference in a new issue