| 219 | } |
| 220 | |
| 221 | void ShowConfig() |
| 222 | { |
| 223 | std::string s; |
| 224 | google::protobuf::TextFormat::PrintToString(globalConfig(), &s); |
| 225 | _configWindow->GetTextControl()->Clear(); |
| 226 | _configWindow->GetTextControl()->AppendText(s); |
| 227 | } |
| 228 | |
| 229 | void PrepareConfig() override |
| 230 | { |
nothing calls this directly
no test coverage detected