dolphin/Source/Core/DolphinQt/Config/ConfigControls
Martino Fontana 95dec13203 Improve usage of std::move and const references parameters
Accomplished using `run-clang-tidy` with `performance-move-const-arg,performance-unnecessary-value-param,modernize-pass-by-value`.

Changed arguments to const references, removed them where inappropriate (e.g. sink parameters). Same with std::move.

Manually reviewed each change to make sure that it makes sense, and do something more appropriate if possible.
2026-04-17 12:39:46 +02:00
..
ConfigBool.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigBool.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigChoice.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ConfigChoice.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ConfigControl.h linter: Add and apply new formatting rules 2025-04-23 11:19:57 +02:00
ConfigFloatSlider.cpp Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
ConfigFloatSlider.h Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
ConfigInteger.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigInteger.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigRadio.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigRadio.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigSlider.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigSlider.h Qt Advanced Panel: Convert QSliders into ConfigSliders. 2025-05-26 19:52:30 -07:00
ConfigText.cpp GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00
ConfigText.h GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00
ConfigUserPath.cpp GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00
ConfigUserPath.h GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00