| 325 | } |
| 326 | |
| 327 | QString PositionInSetObject::toString() const |
| 328 | { |
| 329 | return QString::fromStdString(m_v.toString()); |
| 330 | } |
| 331 | |
| 332 | TagValueObject::TagValueObject(const TagParser::TagValue &value, QJSEngine *engine, QObject *parent) |
| 333 | : QObject(parent) |
no outgoing calls
no test coverage detected