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,6 +14,8 @@ public:
|
||||
void CheckWine();
|
||||
QString get_home();
|
||||
QString readtxt(QString path);
|
||||
void write_txt(QString path, QString things);
|
||||
QByteArray readtxtByte(QString path);
|
||||
|
||||
private:
|
||||
QString homePath = QDir::homePath();
|
||||
@@ -30,5 +32,6 @@ private:
|
||||
QStringList isoPathFound;
|
||||
QMap<QString, QString> setting;
|
||||
|
||||
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user