| 78 | } |
| 79 | |
| 80 | void KernelNotifications::warningSet(kernel::Warning id, const bilingual_str& message) |
| 81 | { |
| 82 | if (m_warnings.Set(id, message)) { |
| 83 | AlertNotify(message.original); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | void KernelNotifications::warningUnset(kernel::Warning id) |
| 88 | { |
no test coverage detected