diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/paintertest.cc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/paintertest.cc b/test/paintertest.cc index f1c2779..45c099b 100644 --- a/test/paintertest.cc +++ b/test/paintertest.cc @@ -28,6 +28,8 @@ #include "../plugingui/canvas.h" #include "../plugingui/painter.h" +#include "../plugingui/image.h" +#include "../plugingui/font.h" class TestableCanvas : public GUI::Canvas @@ -42,14 +44,6 @@ public: return pixbuf; } - void beginPaint() override - { - } - - void endPaint() override - { - } - private: GUI::PixelBufferAlpha pixbuf; }; |