deep-wine-runner/VM-source/buildvbox.h

16 lines
278 B
C
Raw Normal View History

2023-02-07 22:12:05 +08:00
#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
2023-02-19 15:28:37 +08:00
buildvbox(QString isoPath, int id=0);
2023-02-07 22:12:05 +08:00
void CleanScreen();
QString GetNet();
2023-03-04 11:48:45 +08:00
int Download(QString url, QString path, QString fileName);
2023-02-07 22:12:05 +08:00
};
#endif // BUILDVBOX_H