diff options
author | Julian T <julian@jtle.dk> | 2020-08-06 19:21:49 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-08-06 19:22:37 +0200 |
commit | 4348cc9581bfea05359485c5d2d074132d0271da (patch) | |
tree | 0c6d92a90ac4cf9acd326f632dcdc962ddca013a /app/draw.hpp | |
parent | 893176a0b18a2281abe09def716ccc3db5583c3f (diff) |
Renders scenes with a single hardcoded light and green objects
Diffstat (limited to 'app/draw.hpp')
-rw-r--r-- | app/draw.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/draw.hpp b/app/draw.hpp index a00de79..41d5d9c 100644 --- a/app/draw.hpp +++ b/app/draw.hpp @@ -5,6 +5,8 @@ #include <qwidget.h> class DrawWidget : public QWidget { + Q_OBJECT + public: DrawWidget(unsigned width, unsigned height); void paintEvent(QPaintEvent*); |