mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
better suited entry method for the firmware birthday
This commit is contained in:
@ -80,6 +80,22 @@ public:
|
||||
"Spanish"
|
||||
};
|
||||
|
||||
const QStringList months
|
||||
{
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December"
|
||||
};
|
||||
|
||||
explicit FirmwareSettingsDialog(QWidget* parent);
|
||||
~FirmwareSettingsDialog();
|
||||
|
||||
@ -105,6 +121,8 @@ private slots:
|
||||
void on_FirmwareSettingsDialog_accepted();
|
||||
void on_FirmwareSettingsDialog_rejected();
|
||||
|
||||
void on_cbxBirthdayMonth_currentIndexChanged(int idx);
|
||||
|
||||
private:
|
||||
Ui::FirmwareSettingsDialog* ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user