shared_widget: Internalize component restoring

This commit is contained in:
lat9nq 2023-06-21 04:04:48 -04:00
parent da00b5ab3c
commit 5700f46f8f
3 changed files with 50 additions and 62 deletions

View file

@ -50,10 +50,6 @@ private:
Core::System& system;
QCheckBox* rng_seed_checkbox;
QLineEdit* rng_seed_edit;
QCheckBox* custom_rtc_checkbox;
QDateTimeEdit* custom_rtc_edit;
QComboBox* combo_region;
QComboBox* combo_language;
};