#ifndef DEBUG_H #define DEBUG_H class QString; bool initDebug(); void debug(const QString &line); #endif // DEBUG_H