7 lines
81 B
C++
7 lines
81 B
C++
#pragma once
|
|
|
|
class QString;
|
|
|
|
bool initDebug();
|
|
void debug(const QString &line);
|