* Updates the status text and restarts * the text timeout counter. * @param status New status text. */
| 1262 | * @param status New status text. |
| 1263 | */ |
| 1264 | void DogfightState::setStatus(const std::string &status) |
| 1265 | { |
| 1266 | _txtStatus->setText(tr(status)); |
| 1267 | _timeout = 50; |
| 1268 | } |
| 1269 | |
| 1270 | /** |
| 1271 | * Minimizes the dogfight window. |
no test coverage detected