Skip to content

Remove all worksheet links when project gets closed

Martin Marmsoler requested to merge work/BugFix into master

Description

When closing the project, the destructor will be called, all childs get deleted without sending the aspectAboutToBeRemoved() signal (see AbstractAspect desctructor). Therefore the PreviewWidget still contains the old worksheet pointer which are anymore valid. When creating a new project the WorksheetPreviewWidget will be shown and tries to update the worksheet previews. Because of this it crashes

Conformity

When external dependencies are removed

  • Reporting to ...

Merge request reports