remove deprecated method
Details
Details
Diff Detail
Diff Detail
- Repository
- R304 KNewStuff
- Branch
- remove_deprecated_qt5.13 (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 9115 Build 9133: arc lint + arc unit
src/core/installation.cpp | ||
---|---|---|
575 ↗ | (On Diff #52879) | This should test the exit status too. I think that's the whole point of this change in Qt? I guess the best way is if (status == crashed) qCCritical "we crashed on the moon, good luck telling the families" else if (exitcode) ... |