#ifndef LOGGER_H #define LOGGER_H #include QString logMessagePattern(); void logMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg); #endif // LOGGER_H