diff options
Diffstat (limited to 'metawatch/metawatchpaintengine.h')
-rw-r--r-- | metawatch/metawatchpaintengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metawatch/metawatchpaintengine.h b/metawatch/metawatchpaintengine.h index c3b7466..98e85bb 100644 --- a/metawatch/metawatchpaintengine.h +++ b/metawatch/metawatchpaintengine.h @@ -25,9 +25,10 @@ public: protected: bool fillsEntireImage(const QRect& rect); + static const QRect totalAreaRect; + MetaWatch* _watch; MetaWatch::Mode _mode; - QRect _imageRect; bool _isBrushBlack; bool _isBrushWhite; }; |