Exemplo n.º 1
0
void XmlDomElement::setText<Version>(const Version& value) noexcept
{
    setText(value.toStr());
}