* Updates the medikit state. */
| 302 | * Updates the medikit state. |
| 303 | */ |
| 304 | void MedikitState::update() |
| 305 | { |
| 306 | _pkText->setText(toString(_item->getPainKillerQuantity())); |
| 307 | _stimulantTxt->setText(toString(_item->getStimulantQuantity())); |
| 308 | _healTxt->setText(toString(_item->getHealQuantity())); |
| 309 | } |
| 310 | |
| 311 | } |
nothing calls this directly
no test coverage detected