QTfrontend/ui/widget/selectWeapon.h
changeset 12723 288356c20868
parent 12665 5664ec82aed7
child 12763 ad67a3804981
equal deleted inserted replaced
12722:7ac86433131c 12723:288356c20868
    72 
    72 
    73     private:
    73     private:
    74         //the name of the current weapon set
    74         //the name of the current weapon set
    75         QString curWeaponsName;
    75         QString curWeaponsName;
    76         //set to true while an entry is deleted. Used to avoid duplicate saving due to combobox change
    76         //set to true while an entry is deleted. Used to avoid duplicate saving due to combobox change
    77         bool isDeleting = false;
    77         bool isDeleting;
    78 
    78 
    79         QLineEdit* m_name;
    79         QLineEdit* m_name;
    80 
    80 
    81         //storage for all the weapons sets
    81         //storage for all the weapons sets
    82         QSettings* wconf;
    82         QSettings* wconf;