mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-28 08:58:16 +08:00
缺少return 0;
This commit is contained in:
parent
f20565af53
commit
7d1d121c01
@ -188,6 +188,7 @@ int qemu::EnabledUEFI(bool status){
|
|||||||
}
|
}
|
||||||
int qemu::MountMainISO(QString isoPath){
|
int qemu::MountMainISO(QString isoPath){
|
||||||
commandOption += "--cdrom '" + isoPath + "' ";
|
commandOption += "--cdrom '" + isoPath + "' ";
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
int qemu::AutoInstall(QString iso){
|
int qemu::AutoInstall(QString iso){
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user