mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
8 lines
164 B
C++
8 lines
164 B
C++
#ifndef LOGGER_H_
|
|
#define LOGGER_H_
|
|
|
|
#include <QtGlobal>
|
|
|
|
void logger (QtMsgType type, const QMessageLogContext &context, const QString &msg);
|
|
|
|
#endif // LOGGER_H_
|