缺少return 0;

This commit is contained in:
2023-11-11 21:52:37 +08:00
parent 6b4c95b3c4
commit 82ccc5cffa

View File

@@ -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;