Allow one to enable/disable unit tester exit

Memo to self: Hardware renderers often exit in a silent segfault. Look into this at some point.
This commit is contained in:
GreaseMonkey
2024-01-08 13:48:33 +13:00
parent 5a2e3611d9
commit 276e43428e
4 changed files with 40 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ private slots:
void on_comboBoxCard1_currentIndexChanged(int index);
void on_pushButtonConfigureRTC_clicked();
void on_comboBoxRTC_currentIndexChanged(int index);
void on_pushButtonConfigureUT_clicked();
private:
Ui::SettingsOtherPeripherals *ui;