Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed Jul 18, 2024
1 parent 9ba479b commit 54ef56c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion control/savelog/savelog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ SaveLog::SaveLog(QObject *parent) : QObject(parent)
maxRow = currentRow = 0;
maxSize = 128;
toNet = false;
useContext = true;
useContext = false;

//全局的文件对象,在需要的时候打开而不是每次添加日志都打开
file = new QFile(this);
Expand Down
28 changes: 15 additions & 13 deletions docs/video_system/index.html

Large diffs are not rendered by default.

0 comments on commit 54ef56c

Please sign in to comment.