移除虚拟机PY部分

This commit is contained in:
2023-03-04 11:48:45 +08:00
parent 12620e400e
commit acb4d94ba7
12 changed files with 46 additions and 939 deletions

View File

@@ -9,6 +9,7 @@ public:
buildvbox(QString isoPath, int id=0);
void CleanScreen();
QString GetNet();
int Download(QString url, QString path, QString fileName);
};
#endif // BUILDVBOX_H