1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski fc2e445294
refactor: Comply with Wshadow
Avoid shadowing variables:
* Rename variables to something better if possible
* If not, postfix shadowing arguments with _. Favour leaving member
  variables without postfixes.
* Rename variables prefixed with _ to avoid library function collisions
* Avoid double underscore anywhere in names
* Make definition and declaration argument names match where seen
* Favour using class variable over argument variable, where equivalent
* Remove explicit this-> where equivalent
2022-03-11 08:35:38 -08:00
..
chatlog refactor: Comply with Wshadow 2022-03-11 08:35:38 -08:00
core chore(CI): Set a long test timeout for core_online_test 2022-03-08 20:18:30 -08:00
mock refactor: Comply with Wshadow 2022-03-11 08:35:38 -08:00
model refactor: Comply with Wshadow 2022-03-11 08:35:38 -08:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence fix(history): Replace invalid Tox ID saved in peers table with Tox public key 2022-02-20 14:27:33 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
widget feat(filesform): Add in progress transfers to files form 2021-12-11 15:38:35 -08:00