mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 19:12:04 +08:00
初步的兼容层检测
This commit is contained in:
@@ -14,8 +14,9 @@ public:
|
||||
void CheckWine();
|
||||
QString get_home();
|
||||
QString readtxt(QString path);
|
||||
void write_txt(QString path, QString things);
|
||||
void write_txt(QString path, QByteArray things);
|
||||
QByteArray readtxtByte(QString path);
|
||||
QString GetCommandResult(QString command);
|
||||
|
||||
private:
|
||||
QString homePath = QDir::homePath();
|
||||
|
||||
Reference in New Issue
Block a user