summaryrefslogtreecommitdiffstats
path: root/src/context2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context2d.h')
-rw-r--r--src/context2d.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/context2d.h b/src/context2d.h
index ed76cd6..a4c2421 100644
--- a/src/context2d.h
+++ b/src/context2d.h
@@ -122,8 +122,6 @@ class Context2D : public QObject
public:
Context2D(QObject *parent = 0, QPainter *painter = 0);
- void setSize(int width, int height);
- void setSize(const QSize &size);
QSize size() const;
void clear();
@@ -216,16 +214,10 @@ public slots:
signals:
void changed(const QImage &image);
-protected:
- void timerEvent(QTimerEvent *e);
-
private:
void beginPainting();
- const QImage &endPainting();
- void scheduleChange();
int m_changeTimerId;
- QImage m_image;
QPainter *m_painter;
QPainterPath m_path;