mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Updated game view
+ removed password column + added a lock svg to restrictions if pw is needed + added "password" to restrictions if pw is needed + added user pawn to creator tab + reformatted code for easy adaptation later
This commit is contained in:
parent
0daa7a8809
commit
1406a27775
2 changed files with 133 additions and 63 deletions
|
|
@ -17,7 +17,7 @@ private:
|
|||
QMap<int, QString> rooms;
|
||||
QMap<int, GameTypeMap> gameTypes;
|
||||
|
||||
static const int NUM_COLS = 9;
|
||||
static const int NUM_COLS = 8;
|
||||
public:
|
||||
static const int SORT_ROLE = Qt::UserRole+1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue