1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/model
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
..
exiftransform_test.cpp refactor: Comply with Wmissing-declarations 2022-03-11 10:08:02 -08:00
friendlistmanager_test.cpp fix(FriendList): exclusion of possible undefined behavior 2022-04-03 11:03:48 +03:00
friendmessagedispatcher_test.cpp feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
groupmessagedispatcher_test.cpp refactor: Move FriendList global state into class 2022-03-30 19:04:11 -07:00
messageprocessor_test.cpp feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00
notificationgenerator_test.cpp refactor: Move FriendList global state into class 2022-03-30 19:04:11 -07:00
sessionchatlog_test.cpp refactor: Move GroupList global state into class 2022-04-05 10:34:53 -07:00