mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
update remaining signals
This commit is contained in:
parent
e7475703a5
commit
0e05309f55
20 changed files with 174 additions and 165 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue