mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
fix potential crash with firmware dialog (when closing dialog via X and opening it again)
This commit is contained in:
@ -102,8 +102,8 @@ public:
|
||||
}
|
||||
|
||||
private slots:
|
||||
void on_dialogButtons_accepted();
|
||||
void on_dialogButtons_rejected();
|
||||
void on_FirmwareSettingsDialog_accepted();
|
||||
void on_FirmwareSettingsDialog_rejected();
|
||||
|
||||
private:
|
||||
Ui::FirmwareSettingsDialog* ui;
|
||||
|
Reference in New Issue
Block a user