Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CI): Disallow implicit casting of QString to char*
QString holds UTF8 data which may not be a valid ASCII C string. Require an explicit conversion if wanted.
- Loading branch information