缺少return 0;

This commit is contained in:
gfdgd xi 2023-11-11 21:52:13 +08:00
parent f20565af53
commit 7d1d121c01

View File

@ -188,6 +188,7 @@ int qemu::EnabledUEFI(bool status){
}
int qemu::MountMainISO(QString isoPath){
commandOption += "--cdrom '" + isoPath + "' ";
return 0;
}
int qemu::AutoInstall(QString iso){
return 0;