| 40 | } |
| 41 | |
| 42 | void xg::guide::GuideController::Background(const std::string &json) { |
| 43 | BackgroundObject(xg::json::ParseString(json)); |
| 44 | } |
| 45 | |
| 46 | void xg::guide::GuideController::Image(const std::string &json) { |
| 47 | ImageObject(xg::json::ParseString(json)); |
no test coverage detected