Add clang support.

This commit is contained in:
James Grogan 2023-01-23 11:32:18 +00:00
parent 3fad113178
commit e559f9674d
27 changed files with 84 additions and 63 deletions

View file

@ -120,7 +120,7 @@ void SvgPainter::setStyle(SceneModel* model, SvgShapeElement* element) const
if (!transform.isDefaultTransform())
{
element->addAttribute(std::move(toTransform(transform)));
element->addAttribute(toTransform(transform));
}
}