#ifndef LOG_H
#define LOG_H
#include <QtCore/qstring.h>
namespace Log
{
void setup(const QString &app);
}
#endif // LOG_H