QTfrontend/ui/widget/selectWeapon.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13319 fe85ba81b01b
equal deleted inserted replaced
13416:6e8b807bda4b 13418:ba39a1d396c0
    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;