linphone-desktop/tests/src/logger.hpp
2016-10-28 09:47:57 +02:00

8 lines
167 B
C++

#ifndef LOGGER_H_
#define LOGGER_H_
#include <QtGlobal>
void qmlLogger (QtMsgType type, const QMessageLogContext &context, const QString &msg);
#endif // LOGGER_H_