添加debug重定向,添加命令行
This commit is contained in:
18
base/debug.h
Normal file
18
base/debug.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef debug_h__
|
||||
#define debug_h__
|
||||
|
||||
|
||||
#include "QDebug"
|
||||
|
||||
|
||||
void mydebug_init(QString name);
|
||||
|
||||
void mydebug_init();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user