Skip to content

Instantiate attribute pointer when calling observers

This mod fixes linux builds, which currently crash when importing attribute template files. In brief, the qtAssociationWidget::handleResourceEvent() is being passed nullptr for the operation result argument. The underlying cause is not understood, but could very well be a gcc bug or unsupported format. Regardless of that, the fix is simply to instantiate the result attribute in the calling code instead of the calling args list.

Merge request reports