| 48 | |
| 49 | bool shouldConfirmUpdate() const { return m_confirm_update; } |
| 50 | void setConfirmUpdate(bool confirm) { m_confirm_update = confirm; } |
| 51 | |
| 52 | bool shouldOverride() const { return m_override_existing; } |
| 53 |
no outgoing calls
no test coverage detected