mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DolphinQt: Ensure skylanders QDateTimeEdit shows a four digit year without forcing dd-mm-yyyy format.
This commit is contained in:
parent
adafe1f347
commit
149a3721ff
6 changed files with 43 additions and 9 deletions
11
Source/Core/DolphinQt/QtUtils/QtUtils.h
Normal file
11
Source/Core/DolphinQt/QtUtils/QtUtils.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2024 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
class QDateTimeEdit;
|
||||
|
||||
namespace QtUtils
|
||||
{
|
||||
|
||||
void ShowFourDigitYear(QDateTimeEdit* widget);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue