summaryrefslogtreecommitdiff
path: root/examples/script/context2d/context2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/context2d/context2d.h')
-rw-r--r--examples/script/context2d/context2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/context2d/context2d.h b/examples/script/context2d/context2d.h
index f7f8722..108e6b5 100644
--- a/examples/script/context2d/context2d.h
+++ b/examples/script/context2d/context2d.h
@@ -244,7 +244,7 @@ private:
struct State {
State() : flags(0) {}
- QMatrix matrix;
+ QTransform matrix;
QPainterPath clipPath;
QBrush strokeStyle;
QBrush fillStyle;