Skip to content

Units: Delete QML FontMetrics object when Units is destructed

Jonah Brüchert requested to merge work/jbb/units-fontmetrics-delete into master

The documentation of QQmlComponent::create says "The ownership of the returned object instance is transferred to the caller", so we need to take care of deleting the resulting QObject.

Merge request reports

Loading