mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-30 22:08:04 +03: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);
|
||
|
|
||
|
}
|