Skip to content

Introduce Document::aboutToSave signal

Waqar Ahmed requested to merge work/aboutToSave into master

This change introduces a new signal 'aboutToSave' which lets any clients know that we are going to save now.

The main usecase for this signal for now is to allow features such as "format on save".

Merge request reports