1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons
Enable warnings for both. Favour casting to signed rather than casting to
unsigend for comparisons. Per isocpp's core guidelines ES.102, signed
arithmetic gives more expected results. If we need one extra bit of range,
using longer signed types achives that.

Fix #6010
Fix #6012
2020-03-21 20:29:10 -07:00
..
chatlog docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
core chore(style): remove old style casts and cross sign comparisons 2020-03-21 20:29:10 -07:00
model refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' part 2 2019-10-09 23:19:27 -07:00
net revert(toxme): remove toxme from qTox - the service is offline permanently 2020-01-16 13:28:41 -08:00
persistence refactor(status): move isOnline into Status from Friend 2019-11-25 20:52:06 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00