Warning, /sdk/clazy/docs/checks/README-qt6-qlatin1stringchar-to-u.md is written in an unsupported language. File is not indexed.

0001 # qt6-qlatin1stringchar-to-u
0002 
0003 
0004 Warns when using `QLatin1String` and replaces it with `u`.
0005 
0006 This fix-it is intended to aid the user porting from Qt5 to Qt6.
0007 Run this check with Qt5. The produced fixed code will compile on Qt6.