| 105 | } |
| 106 | |
| 107 | void PluginValidationResult::SetError(const wxString& msg) |
| 108 | { |
| 109 | mHasError = true; |
| 110 | mErrorMessage = msg; |
| 111 | } |
| 112 | |
| 113 | const std::vector<PluginDescriptor>& PluginValidationResult::GetDescriptors() const noexcept |
| 114 | { |
no outgoing calls
no test coverage detected