支持跟进vbox安装功能

This commit is contained in:
2023-08-16 09:53:59 +08:00
parent 83f49a8c7e
commit e625bf97ad
9 changed files with 176 additions and 107 deletions

View File

@@ -133,3 +133,6 @@ int qemu::EnabledUEFI(bool status){
}
return 1;
}
int qemu::AutoInstall(QString iso){
return 0;
}