虚拟机添加功能测试正常

This commit is contained in:
2023-02-19 15:28:37 +08:00
parent 3d49e8dd7b
commit 4632417414
8 changed files with 45 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ class buildvbox
{
// Q_OBJECT
public:
buildvbox(int id=0);
buildvbox(QString isoPath, int id=0);
void CleanScreen();
QString GetNet();
};