mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
DolphinQt/Config/ARCodeWidget: Use forward declarations where applicable
Avoids propagating headers into scopes where they're not necessary. Also uncovered reliance on an indirect inclusion within CheatsManager.cpp, which is now fixed.
This commit is contained in:
parent
e08a76f9e2
commit
a07d19a2fd
3 changed files with 9 additions and 1 deletions
|
@ -43,6 +43,8 @@ ARCodeWidget::ARCodeWidget(const UICommon::GameFile& game, bool restart_required
|
|||
OnSelectionChanged();
|
||||
}
|
||||
|
||||
ARCodeWidget::~ARCodeWidget() = default;
|
||||
|
||||
void ARCodeWidget::CreateWidgets()
|
||||
{
|
||||
m_warning = new CheatWarningWidget(m_game_id, m_restart_required, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue