更新文档

This commit is contained in:
feiyangqingyun
2024-07-19 07:57:47 +08:00
parent 9ba479bf9e
commit 54ef56cc0c
2 changed files with 16 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ SaveLog::SaveLog(QObject *parent) : QObject(parent)
maxRow = currentRow = 0; maxRow = currentRow = 0;
maxSize = 128; maxSize = 128;
toNet = false; toNet = false;
useContext = true; useContext = false;
//全局的文件对象,在需要的时候打开而不是每次添加日志都打开 //全局的文件对象,在需要的时候打开而不是每次添加日志都打开
file = new QFile(this); file = new QFile(this);

File diff suppressed because one or more lines are too long