mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-09 05:05:29 +00:00
8 lines
163 B
C
8 lines
163 B
C
#pragma once
|
|
|
|
#include <QDateTime>
|
|
#include <QDebug>
|
|
#include <QString>
|
|
|
|
void logFormatter(QtMsgType type, const QMessageLogContext& context, const QString& msg);
|