Qt: Connect tweak/hack settings to Qt frontend

This commit is contained in:
Albert Liu
2020-06-14 14:43:16 -07:00
parent 53a2b8c03d
commit b7d9ce98e8
4 changed files with 85 additions and 7 deletions

View File

@ -18,5 +18,7 @@ public:
private:
Ui::AdvancedSettingsWidget m_ui;
void onResetToDefaultClicked();
QtHostInterface* m_host_interface;
};