dolphin/Source/Core/DolphinQt/QtUtils
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
..
AnalyticsPrompt.cpp AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
AnalyticsPrompt.h AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
AspectRatioWidget.cpp
AspectRatioWidget.h
BlockUserInputFilter.cpp DolphinQt: Make input mapping and output testing non-blocking. 2025-01-01 16:48:32 -06:00
BlockUserInputFilter.h DolphinQt: Make input mapping and output testing non-blocking. 2025-01-01 16:48:32 -06:00
ClearLayoutRecursively.cpp
ClearLayoutRecursively.h
ClickableStatusBar.h
DolphinFileDialog.cpp
DolphinFileDialog.h
DoubleClickEventFilter.cpp
DoubleClickEventFilter.h
ElidedButton.cpp
ElidedButton.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
FileOpenEventFilter.cpp
FileOpenEventFilter.h
FromStdString.h
ImageConverter.cpp QtUtils/ImageConverter: simplify 2025-06-07 23:06:07 +01:00
ImageConverter.h QtUtils/ImageConverter: simplify 2025-06-07 23:06:07 +01:00
ModalMessageBox.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
ModalMessageBox.h Implement multiple saves import 2025-03-17 10:43:09 +01:00
NonAutodismissibleMenu.cpp DolphinQt: Use non-autodismissable menus in menu bar. 2025-05-03 20:29:21 +02:00
NonAutodismissibleMenu.h DolphinQt: Use non-autodismissable menus in menu bar. 2025-05-03 20:29:21 +02:00
NonDefaultQPushButton.cpp
NonDefaultQPushButton.h
ParallelProgressDialog.h DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
PartiallyClosableTabWidget.cpp
PartiallyClosableTabWidget.h
QtUtils.cpp DolphinQt: Center dialogs on top-level parent window. 2025-09-07 21:28:05 +01:00
QtUtils.h DolphinQt: Center dialogs on top-level parent window. 2025-09-07 21:28:05 +01:00
QueueOnObject.h
RunOnObject.h DolphinQt/QtUtils: Simplify RunOnObject and eliminate Common::Event race. 2025-11-18 14:19:21 -06:00
SetWindowDecorations.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
SetWindowDecorations.h DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
SignalBlocking.h
SignalDaemon.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SignalDaemon.h
UTF8CodePointCountValidator.cpp
UTF8CodePointCountValidator.h
WindowActivationEventFilter.cpp
WindowActivationEventFilter.h
WrapInScrollArea.cpp DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. 2025-05-26 20:58:48 -05:00
WrapInScrollArea.h DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. 2025-05-26 20:58:48 -05:00