1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/audio
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
..
include/audio refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
original fix(audio): specify format for sounds and make sounds follow it 2018-09-20 17:15:44 +02:00
resources fix: Qt ressource system usage 2020-07-03 15:45:57 +02:00
src refactor: Comply with Wshadow 2022-03-11 08:35:38 -08:00
CMakeLists.txt refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00