mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 03:02:38 +00:00
12 lines
182 B
C++
12 lines
182 B
C++
// Copyright 2024 Dolphin Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
class QDateTimeEdit;
|
|
|
|
namespace QtUtils
|
|
{
|
|
|
|
void ShowFourDigitYear(QDateTimeEdit* widget);
|
|
|
|
}
|