| 357 | } |
| 358 | |
| 359 | void TagValueObject::setContent(const QJSValue &content) |
| 360 | { |
| 361 | flagChange(); |
| 362 | m_content = content; |
| 363 | } |
| 364 | |
| 365 | void TagValueObject::setContentFromTagValue(const TagParser::TagValue &value) |
| 366 | { |
no outgoing calls
no test coverage detected