10 lines
119 B
C++
10 lines
119 B
C++
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
class QString;
|
|
|
|
bool initDebug();
|
|
void debug(const QString &line);
|
|
|
|
#endif // DEBUG_H
|