summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/QtUtils/ClearLayoutRecursively.h
blob: 71fa07e712eae6442cbd366c1f4bec5fe1f43881 (plain)
1
2
3
4
5
6
7
8
// Copyright 2023 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

class QLayout;

void ClearLayoutRecursively(QLayout* layout);