19 lines
127 B
C
19 lines
127 B
C
![]() |
#ifndef debug_h__
|
||
|
#define debug_h__
|
||
|
|
||
|
|
||
|
#include "QDebug"
|
||
|
|
||
|
|
||
|
void mydebug_init(QString name);
|
||
|
|
||
|
void mydebug_init();
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|