Generate JSON string of this object
| 191 | |
| 192 | // Generate JSON string of this object |
| 193 | std::string QtTextReader::Json() const { |
| 194 | |
| 195 | // Return formatted string |
| 196 | return JsonValue().toStyledString(); |
| 197 | } |
| 198 | |
| 199 | // Generate Json::Value for this object |
| 200 | Json::Value QtTextReader::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected