QTfrontend/gamecfgwidget.cpp
changeset 1887 d68939b3f7f0
parent 1885 75489216b5b0
child 1890 de5cfe3beb22
--- a/QTfrontend/gamecfgwidget.cpp	Thu Mar 12 13:55:47 2009 +0000
+++ b/QTfrontend/gamecfgwidget.cpp	Thu Mar 12 20:19:33 2009 +0000
@@ -46,8 +46,7 @@
 
 	QGridLayout *GBoxOptionsLayout = new QGridLayout(GBoxOptions);
 
-	QTableView * tv = new QTableView(this);
-	tv->setModel(new AmmoSchemeModel);
+	tv = new QTableView(this);
 	GBoxOptionsLayout->addWidget(tv, 0, 0, 1, 2);
 
 	QPushButton * goToSchemePage = new QPushButton(GBoxOptions);