changeset 695 | 34a93d123712 |
parent 694 | 436045756181 |
child 696 | d6f32ed6edc8 |
--- a/QTfrontend/selectWeapon.cpp Tue Jan 08 20:32:17 2008 +0000 +++ b/QTfrontend/selectWeapon.cpp Wed Jan 09 20:26:31 2008 +0000 @@ -122,6 +122,7 @@ currentState = QString("%1%2").arg(currentState).arg(num); } wconf->setValue(m_name->text(), currentState); + emit weaponsChanged(); } int SelWeaponWidget::operator [] (unsigned int weaponIndex) const