From 4348cc9581bfea05359485c5d2d074132d0271da Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 6 Aug 2020 19:21:49 +0200 Subject: Renders scenes with a single hardcoded light and green objects --- app/draw.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/draw.hpp') 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 class DrawWidget : public QWidget { + Q_OBJECT + public: DrawWidget(unsigned width, unsigned height); void paintEvent(QPaintEvent*); -- cgit v1.2.3