QTfrontend/hwform.cpp
changeset 12811 de3cbbb09915
parent 12799 e6af1eb9e8ce
child 12922 c0320d66310d
--- a/QTfrontend/hwform.cpp	Tue Oct 31 17:07:56 2017 +0100
+++ b/QTfrontend/hwform.cpp	Tue Oct 31 18:30:53 2017 +0100
@@ -339,6 +339,8 @@
              this, SLOT(AddWeapons(QString, QString)));
     connect(ui.pageSelectWeapon->pWeapons, SIGNAL(weaponsEdited(QString, QString, QString)),
              this, SLOT(EditWeapons(QString, QString, QString)));
+    connect(ui.pageSelectWeapon->pWeapons, SIGNAL(weaponsEdited(QString, QString, QString)),
+             ui.pageNetGame->pGameCFG, SLOT(resendAmmoData()));
 
     connect(ui.pageMain->BtnNetLocal, SIGNAL(clicked()), this, SLOT(GoToNet()));
     connect(ui.pageMain->BtnNetOfficial, SIGNAL(clicked()), this, SLOT(NetConnectOfficialServer()));