Generate JSON string of this object
| 174 | |
| 175 | // Generate JSON string of this object |
| 176 | std::string QtHtmlReader::Json() const { |
| 177 | |
| 178 | // Return formatted string |
| 179 | return JsonValue().toStyledString(); |
| 180 | } |
| 181 | |
| 182 | // Generate Json::Value for this object |
| 183 | Json::Value QtHtmlReader::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected