mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 10:08:28 +08:00
15 lines
190 B
C
15 lines
190 B
C
|
#ifndef BUILDVBOX_H
|
||
|
#define BUILDVBOX_H
|
||
|
#include <QString>
|
||
|
|
||
|
class buildvbox
|
||
|
{
|
||
|
// Q_OBJECT
|
||
|
public:
|
||
|
buildvbox();
|
||
|
void CleanScreen();
|
||
|
QString GetNet();
|
||
|
};
|
||
|
|
||
|
#endif // BUILDVBOX_H
|