mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fc2e445294
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 |
||
---|---|---|
.. | ||
exiftransform_test.cpp | ||
friendlistmanager_test.cpp | ||
friendmessagedispatcher_test.cpp | ||
groupmessagedispatcher_test.cpp | ||
messageprocessor_test.cpp | ||
notificationgenerator_test.cpp | ||
sessionchatlog_test.cpp |