Diffusion Krita 339e748c2d11

Use regular asserts in KisDocument::slotChildCompletedSavingInBackground

Authored by amedonosova on Jul 26 2019, 2:12 PM.

Description

Use regular asserts in KisDocument::slotChildCompletedSavingInBackground

Use KIS_ASSERT instead of KIS_SAFE_ASSERT in
KisDocument::slotChildCompletedSavingInBackground. When any of these
conditions triggers, it means that something is really wrong and the
saved file may be corrupt. On systems with safe asserts hidden (e.g.
Windows), there is no feedback to the user that something bad happened
(apart from the fact that the document is still modified after save).

Details

Committed
amedonosovaJul 29 2019, 5:27 PM
Parents
R37:d8be8f20215d: Unlock KisDocument in case of an assert after saving
Branches
Unknown
Tags
Unknown