summaryrefslogtreecommitdiff
path: root/watchpaintengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchpaintengine.h')
-rw-r--r--watchpaintengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/watchpaintengine.h b/watchpaintengine.h
index 59010c0..14181fa 100644
--- a/watchpaintengine.h
+++ b/watchpaintengine.h
@@ -36,6 +36,7 @@ public:
void updateState(const QPaintEngineState &state);
protected:
+ void damageMappedRect(const QRect& r);
void damageRect(const QRect& r);
void damageRect(const QRectF& r);
void damagePenStroke(const QLineF& line);
@@ -52,6 +53,8 @@ protected:
bool _clipEnabled;
QRegion _clipRegion;
+
+ QTransform _transform;
};
}