From 82ccc5cffa19a0fd7667b0c210320d8af1c83876 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 11 Nov 2023 21:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91return=200;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qemu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu.cpp b/qemu.cpp index 9145c12..27455a6 100644 --- a/qemu.cpp +++ b/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;