diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-18 04:26:20 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-18 04:26:20 +0200 |
commit | c42d5abff1f5f51facc169dd593725d819c4c868 (patch) | |
tree | 9aa8bdef88bf89561c7726948541a1ba3906b81e /libsowatch/watchpaintengine.h | |
parent | f225345d4de3b198a557fe3566f9630163e76d51 (diff) | |
download | sowatch-c42d5abff1f5f51facc169dd593725d819c4c868.tar.gz sowatch-c42d5abff1f5f51facc169dd593725d819c4c868.zip |
separation into lib and plugins complete
Diffstat (limited to 'libsowatch/watchpaintengine.h')
-rw-r--r-- | libsowatch/watchpaintengine.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libsowatch/watchpaintengine.h b/libsowatch/watchpaintengine.h index 14181fa..14d8f61 100644 --- a/libsowatch/watchpaintengine.h +++ b/libsowatch/watchpaintengine.h @@ -11,10 +11,7 @@ class Watch; class WatchPaintEngine : public QPaintEngine { public: - WatchPaintEngine(Watch* watch, QImage* image); - - bool begin(QPaintDevice *pdev); - bool end(); + WatchPaintEngine(Watch* watch); void drawEllipse(const QRectF &r); void drawEllipse(const QRect &r); |