diff -r 7ac86433131c -r 288356c20868 QTfrontend/ui/widget/selectWeapon.h --- a/QTfrontend/ui/widget/selectWeapon.h Fri Oct 20 21:57:09 2017 +0200 +++ b/QTfrontend/ui/widget/selectWeapon.h Fri Oct 20 23:49:52 2017 +0200 @@ -74,7 +74,7 @@ //the name of the current weapon set QString curWeaponsName; //set to true while an entry is deleted. Used to avoid duplicate saving due to combobox change - bool isDeleting = false; + bool isDeleting; QLineEdit* m_name;