mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
table grid improvement, unfinished
This commit is contained in:
parent
914261df11
commit
0d774b5d48
16 changed files with 231 additions and 289 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#include <QMainWindow>
|
||||
#include "client.h"
|
||||
|
||||
class QGraphicsScene;
|
||||
class GameView;
|
||||
class GameScene;
|
||||
class Game;
|
||||
class CardDatabase;
|
||||
class Player;
|
||||
|
|
@ -63,8 +63,6 @@ private slots:
|
|||
void actFullScreen(bool checked);
|
||||
void actSettings();
|
||||
void actExit();
|
||||
|
||||
void updateSceneSize();
|
||||
signals:
|
||||
void logConnecting(QString hostname);
|
||||
void logDisconnected();
|
||||
|
|
@ -86,7 +84,7 @@ private:
|
|||
ChatWidget *chatWidget;
|
||||
|
||||
Client *client;
|
||||
QGraphicsScene *scene;
|
||||
GameScene *scene;
|
||||
GameView *view;
|
||||
Game *game;
|
||||
CardDatabase *db;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue