This commit is contained in:
2023-02-07 22:12:05 +08:00
parent df0580cba8
commit 107c886f3f
23 changed files with 255 additions and 70 deletions

14
VM-source/buildvbox.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
buildvbox();
void CleanScreen();
QString GetNet();
};
#endif // BUILDVBOX_H