changeset 1887 | d68939b3f7f0 |
parent 1885 | 75489216b5b0 |
child 1890 | de5cfe3beb22 |
--- a/QTfrontend/gamecfgwidget.h Thu Mar 12 13:55:47 2009 +0000 +++ b/QTfrontend/gamecfgwidget.h Thu Mar 12 20:19:33 2009 +0000 @@ -29,6 +29,7 @@ class QCheckBox; class QVBoxLayout; class QLabel; +class QTableView; class GameCFGWidget : public QGroupBox { @@ -41,6 +42,7 @@ QStringList getFullConfig() const; QComboBox * WeaponsName; HWMapContainer* pMapContainer; + QTableView * tv; public slots: void setParam(const QString & param, const QStringList & value);