QTfrontend/ui/widget/selectWeapon.h
changeset 13319 fe85ba81b01b
parent 12768 ad67a3804981
equal deleted inserted replaced
13318:93780a3b846a 13319:fe85ba81b01b
    78         bool isDeleting;
    78         bool isDeleting;
    79 
    79 
    80         QLineEdit* m_name;
    80         QLineEdit* m_name;
    81 
    81 
    82         //storage for all the weapons sets
    82         //storage for all the weapons sets
    83         QSettings* wconf;
    83         QMap<QString, QString>* wconf;
    84 
    84 
    85         const int m_numItems;
    85         const int m_numItems;
    86         int operator [] (unsigned int weaponIndex) const;
    86         int operator [] (unsigned int weaponIndex) const;
    87 
    87 
    88         typedef QList<SelWeaponItem*> ItemsList;
    88         typedef QList<SelWeaponItem*> ItemsList;