新增代码

This commit is contained in:
feiyangqingyun
2021-11-09 20:40:00 +08:00
parent ad847c7065
commit 17b7c88f98
24 changed files with 1269 additions and 451 deletions

View File

@@ -237,7 +237,6 @@ void SaveLog::save(const QString &content)
//用文本流的输出速度更快
QTextStream stream(file);
stream.setCodec("utf-8");
stream << content << "\n";
}
}