dolphin/Source/Core/DolphinQt/TAS
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
GBATASInputWindow.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GBATASInputWindow.h
GCTASInputWindow.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GCTASInputWindow.h
IRWidget.cpp IRWidget: Move header constants into class 2024-11-26 13:50:13 -08:00
IRWidget.h IRWidget: Move header constants into class 2024-11-26 13:50:13 -08:00
StickWidget.cpp DolphinQt: StickWidget and IRWidget check for changed x/y before signaling change 2023-04-06 01:54:20 -04:00
StickWidget.h
TASCheckBox.cpp fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
TASCheckBox.h fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
TASControlState.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TASControlState.h DolphinQt/TAS: Use non-default std::atomic struct constructor to fix build with libstdc++ 15. 2025-05-05 16:29:15 -05:00
TASInputWindow.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
TASInputWindow.h TAS Input: Enable hotkeys and controller input when Input has focus 2024-05-31 15:14:44 -07:00
TASSlider.cpp
TASSlider.h
TASSpinBox.cpp DolphinQt: Remove unnecessary qOverloads 2023-11-04 14:14:14 -07:00
TASSpinBox.h DolphinQt: Rework TAS input threading, part 2 (analog inputs) 2023-03-08 17:49:03 +01:00
WiiTASInputWindow.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
WiiTASInputWindow.h WiiTASInputWindow: Update controls when attachment changes 2025-01-18 14:15:20 -08:00