Fix memory leak in step 7

This commit is contained in:
2024-09-11 16:48:46 +02:00
parent dbfbb27044
commit c9be0f2d2f
9 changed files with 40 additions and 5 deletions

View File

@ -12,7 +12,7 @@
class Junk : public Unit {
public:
Junk(const Point& p): Unit(p){}
Unit *clone() const override;
/*
* Draws this junk onto the given QGraphicsScene.
*/