1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/model
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
..
exiftransform_test.cpp fix(preview): Fix exif orientations 2020-05-16 16:53:14 -07:00
friendlistmanager_test.cpp chore(cleanup): Minor cleanup to contact management test 2022-02-17 17:17:48 -08:00
friendmessagedispatcher_test.cpp refactor: Comply with Wshadow 2022-03-11 08:35:38 -08:00
groupmessagedispatcher_test.cpp refactor(test): Move mocks into their own library 2022-03-02 23:30:04 -08:00
messageprocessor_test.cpp feat(extensions): Split messages on extended messages 2021-01-30 18:15:49 -08:00
notificationgenerator_test.cpp refactor(test): Move mocks into their own library 2022-03-02 23:30:04 -08:00
sessionchatlog_test.cpp refactor(chatlog): remove getInstance from ChatlogItem 2020-08-24 23:24:24 +02:00