进行修改

This commit is contained in:
2023-02-25 09:52:53 +08:00
parent 79f1c7cae1
commit 74c94cc58f
22 changed files with 319 additions and 216809 deletions

View File

@@ -5,7 +5,7 @@
vbox::vbox(QString name, QString managerPath) {
this->name = name;
this->managerPath = managerPath;
Command command = Command();
//Command command = Command();
this->vboxVersion = Command().GetCommand("'" + managerPath + "' -v");
}