small changes

This commit is contained in:
Max-Wilhelm Bruker 2009-08-01 19:10:10 +02:00
parent d6ec869c23
commit f33d790822
7 changed files with 53 additions and 116 deletions

View file

@ -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);