This commit is contained in:
2024-01-29 17:17:20 +08:00
parent c861d64529
commit 3771da5c58
5 changed files with 33 additions and 6 deletions

View File

@@ -193,3 +193,7 @@ int qemu::MountMainISO(QString isoPath){
int qemu::AutoInstall(QString iso){
return 0;
}
void qemu::SetMore(QString option){
commandOption += option + " ";
}