diff --git a/VM-source/qemu.cpp b/VM-source/qemu.cpp index 9145c12..27455a6 100644 --- a/VM-source/qemu.cpp +++ b/VM-source/qemu.cpp @@ -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;