dolphin/Source/Core/DolphinQt/Config/Graphics
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
..
AdvancedWidget.cpp Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
AdvancedWidget.h Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
ColorCorrectionConfigWindow.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ColorCorrectionConfigWindow.h Qt: Color Correction window fixes 2023-07-16 16:48:08 -04:00
EnhancementsWidget.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
EnhancementsWidget.h Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
GeneralWidget.cpp Merge pull request #13953 from TryTwo/add_osd_tab 2025-10-15 16:35:26 -04:00
GeneralWidget.h Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
GraphicsPane.cpp DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
GraphicsPane.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
HacksWidget.cpp fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
HacksWidget.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
PostProcessingConfigWindow.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PostProcessingConfigWindow.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00