diff -r fce378ee4191 -r 822f8269e13f QTfrontend/ui/widget/gamecfgwidget.h --- a/QTfrontend/ui/widget/gamecfgwidget.h Sun Apr 29 17:23:05 2012 +0200 +++ b/QTfrontend/ui/widget/gamecfgwidget.h Sun Apr 29 20:52:10 2012 +0200 @@ -72,6 +72,7 @@ void mapgenChanged(MapGenerator m); void maze_sizeChanged(int s); void onDrawnMapChanged(const QByteArray & data); + void updateModelViews(); private: QGridLayout mainLayout; @@ -79,6 +80,7 @@ QString curNetAmmoName; QString curNetAmmo; QRegExp seedRegexp; + QString m_curScript; void setNetAmmo(const QString& name, const QString& ammo);