1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/util
Anthony Bilinski 9571434df9
feat(CI): Disallow unsafe implicit casts to QString
Covers char* without size, and QByteArray.

Catches the case of QByteArray to QString implicit conversion like was
fixed in 47ee51c61d, but still allows
construction or assignment from string literals in source. Gives most
of the type safety of QT_NO_CAST_FROM_ASCII without having to wrap
every literal string in QStringLiteral.

No functional issues found during change.
2022-04-05 12:10:05 -07:00
..
include/util feat(core): Add error parsing for Tox_Err_Options_New 2022-03-18 22:20:13 -07:00
src feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
CMakeLists.txt chore(build): Enable all warnings on qTox libraries as well 2022-03-24 04:19:41 -07:00