mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
small changes
This commit is contained in:
parent
d6ec869c23
commit
f33d790822
7 changed files with 53 additions and 116 deletions
|
|
@ -260,9 +260,7 @@ MainWindow::MainWindow(QTranslator *_translator, QWidget *parent)
|
|||
QPixmapCache::setCacheLimit(200000);
|
||||
|
||||
db = new CardDatabase(this);
|
||||
// db->importOracleDir();
|
||||
// db->saveToFile("../cards.xml");
|
||||
|
||||
|
||||
scene = new QGraphicsScene(0, 0, 1096, 1160, this);
|
||||
view = new GameView(scene);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue