* Set the modal progress state. * @param state The new state; are we modal or not? */
| 20 | * @param state The new state; are we modal or not? |
| 21 | */ |
| 22 | void SetModalProgress(bool state) |
| 23 | { |
| 24 | _in_modal_progress = state; |
| 25 | } |
no outgoing calls
no test coverage detected