1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-01 11:49:58 +00:00

Merge pull request #1382 from TomHarte/QtRepair

Qt: Correct Electron target name.
This commit is contained in:
Thomas Harte 2024-05-29 22:24:52 -04:00 committed by GitHub
commit 25eded1895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1114,7 +1114,7 @@ void MainWindow::start_atariST() {
} }
void MainWindow::start_electron() { void MainWindow::start_electron() {
using Target = Analyser::Static::Acorn::Target; using Target = Analyser::Static::Acorn::ElectronTarget;
auto target = std::make_unique<Target>(); auto target = std::make_unique<Target>();
target->has_dfs = ui->electronDFSCheckBox->isChecked(); target->has_dfs = ui->electronDFSCheckBox->isChecked();