mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
c0024ec6b1
Good coding practices applied only, architecture and logic were not altered.
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);
|