diff options
Diffstat (limited to 'app/draw.hpp')
-rw-r--r-- | app/draw.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/draw.hpp b/app/draw.hpp index f8e93a4..cee5734 100644 --- a/app/draw.hpp +++ b/app/draw.hpp @@ -13,6 +13,7 @@ class DrawWidget : public QWidget { void paintEvent(QPaintEvent*); QRgb *m_drawbuffer; + QImage m_img; unsigned m_width, m_height; ~DrawWidget(); @@ -20,10 +21,7 @@ class DrawWidget : public QWidget { void redraw(); private: - QImage m_img; unsigned char i; - - QTimer m_timer; }; #endif |