changeset 13319 | fe85ba81b01b |
parent 12768 | ad67a3804981 |
--- a/QTfrontend/ui/widget/selectWeapon.h Sat Apr 07 23:38:19 2018 +0200 +++ b/QTfrontend/ui/widget/selectWeapon.h Sun Apr 08 00:26:33 2018 +0200 @@ -80,7 +80,7 @@ QLineEdit* m_name; //storage for all the weapons sets - QSettings* wconf; + QMap<QString, QString>* wconf; const int m_numItems; int operator [] (unsigned int weaponIndex) const;