Commit fd3df1f
committed
Use QSaveFile to avoid losing the project file on abort
See https://doc.qt.io/qt-5/qsavefile.html
> QSaveFile is an I/O device for writing text and binary files, without
> losing existing data if the writing operation fails.
See issue #36621 parent 73ebe93 commit fd3df1f
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
3094 | 3095 | | |
3095 | 3096 | | |
3096 | 3097 | | |
3097 | | - | |
| 3098 | + | |
3098 | 3099 | | |
3099 | 3100 | | |
3100 | 3101 | | |
| |||
3227 | 3228 | | |
3228 | 3229 | | |
3229 | 3230 | | |
3230 | | - | |
| 3231 | + | |
3231 | 3232 | | |
3232 | 3233 | | |
3233 | 3234 | | |
| |||
0 commit comments