update remaining signals

This commit is contained in:
RickyRister 2025-01-08 22:47:32 -08:00
parent e7475703a5
commit 0e05309f55
20 changed files with 174 additions and 165 deletions

View file

@ -3,6 +3,7 @@
#include <QGraphicsView>
class GameScene;
class QRubberBand;
class GameView : public QGraphicsView
@ -24,7 +25,7 @@ public slots:
void updateSceneRect(const QRectF &rect);
public:
GameView(QGraphicsScene *scene, QWidget *parent = nullptr);
GameView(GameScene *scene, QWidget *parent = nullptr);
};
#endif