| 964 | } |
| 965 | |
| 966 | void EFIBootData::setSetupMode(bool enabled) |
| 967 | { |
| 968 | if(setup_mode == enabled) |
| 969 | return; |
| 970 | |
| 971 | setup_mode = enabled; |
| 972 | Q_EMIT setupModeChanged(setup_mode); |
| 973 | } |
| 974 | |
| 975 | void EFIBootData::setAuditMode(bool enabled) |
| 976 | { |
nothing calls this directly
no outgoing calls
no test coverage detected