mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Move GraphicsModListWidget::ClearLayoutRecursively() to QtUtils.
This commit is contained in:
8
Source/Core/DolphinQt/QtUtils/ClearLayoutRecursively.h
Normal file
8
Source/Core/DolphinQt/QtUtils/ClearLayoutRecursively.h
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright 2023 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
class QLayout;
|
||||
|
||||
void ClearLayoutRecursively(QLayout* layout);
|
Reference in New Issue
Block a user