shared_widget: Internalize component restoring

This commit is contained in:
lat9nq
2023-06-21 04:04:48 -04:00
parent 21723879e7
commit d1de1c3bed
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;
};