#ifndef LOG_H #define LOG_H #include namespace Log { void setup(const QString &app); } #endif // LOG_H