mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 19:12:04 +08:00
缺少return 0;
This commit is contained in:
1
qemu.cpp
1
qemu.cpp
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user