diff options
Diffstat (limited to 'metawatchpaintengine.h')
-rw-r--r-- | metawatchpaintengine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metawatchpaintengine.h b/metawatchpaintengine.h index 7c76beb..efc3d6e 100644 --- a/metawatchpaintengine.h +++ b/metawatchpaintengine.h @@ -21,6 +21,8 @@ public: void updateState(const QPaintEngineState &state); protected: + bool fillsEntireImage(const QRect& rect); + MetaWatch* _watch; QRect _imageRect; bool _isBrushBlack; |