summaryrefslogtreecommitdiffstats
path: root/tests/baseline/shared/paintcommands.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-02-28 16:32:20 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-03-02 12:51:14 +0100
commitd57ff481fcf870d2ff40b39782dfd2fcd9726c59 (patch)
tree4c93fb69ceafadab7687e9de33467d90d1418814 /tests/baseline/shared/paintcommands.h
parente13b57d06ab6e81cf04c090cc46dd23b4f8daccf (diff)
Lancelot: add drawPixmapFragment test
Task-number: QTBUG-111416 Pick-to: 6.5 Change-Id: Ife91bbc0bf09e3fcc5c4d8dc06e352eadee1b810 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'tests/baseline/shared/paintcommands.h')
-rw-r--r--tests/baseline/shared/paintcommands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/baseline/shared/paintcommands.h b/tests/baseline/shared/paintcommands.h
index 4d4ed0e289..a243ef1d75 100644
--- a/tests/baseline/shared/paintcommands.h
+++ b/tests/baseline/shared/paintcommands.h
@@ -183,6 +183,7 @@ private:
void command_drawTiledPixmap(QRegularExpressionMatch re);
void command_fillRect(QRegularExpressionMatch re);
void command_fillRectF(QRegularExpressionMatch re);
+ void command_drawPixmapFragments(QRegularExpressionMatch re);
// paths
void command_path_addEllipse(QRegularExpressionMatch re);