Patryk Osmaczko c0024ec6b1 refactor(@desktop/cpp): improve cpp code
Good coding practices applied only,
architecture and logic were not altered.
2022-03-01 16:05:21 +01:00

8 lines
163 B
C

#pragma once
#include <QDateTime>
#include <QDebug>
#include <QString>
void logFormatter(QtMsgType type, const QMessageLogContext& context, const QString& msg);