QTfrontend/ui/widget/selectWeapon.h
changeset 13314 fe85ba81b01b
parent 12763 ad67a3804981
child 15594 fdca2af677a9
equal deleted inserted replaced
13313:93780a3b846a 13314: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;