QTfrontend/ui/widget/selectWeapon.h
changeset 12763 ad67a3804981
parent 12723 288356c20868
child 13314 fe85ba81b01b
equal deleted inserted replaced
12762:5134c07ce32c 12763:ad67a3804981
    51     public:
    51     public:
    52         SelWeaponWidget(int numItems, QWidget* parent=0);
    52         SelWeaponWidget(int numItems, QWidget* parent=0);
    53         QString getWeaponsString(const QString& name) const;
    53         QString getWeaponsString(const QString& name) const;
    54         QStringList getWeaponNames() const;
    54         QStringList getWeaponNames() const;
    55         void deletionDone();
    55         void deletionDone();
       
    56         void init();
    56 
    57 
    57     public slots:
    58     public slots:
    58         void setDefault();
    59         void setDefault();
    59         void setWeapons(const QString& ammo);
    60         void setWeapons(const QString& ammo);
    60         //sets the name of the current set
    61         //sets the name of the current set