QTfrontend/ui/widget/selectWeapon.h
changeset 13314 fe85ba81b01b
parent 12763 ad67a3804981
child 15594 fdca2af677a9
--- 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;