添加debug重定向,添加命令行

This commit is contained in:
ranchuan
2023-12-02 11:27:25 +08:00
parent ae972b21aa
commit 66b9453255
19 changed files with 518 additions and 104 deletions

18
base/debug.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef debug_h__
#define debug_h__
#include "QDebug"
void mydebug_init(QString name);
void mydebug_init();
#endif