revert newline change to avoid conflicts

This commit is contained in:
Michael Zanetti 2020-12-14 23:32:11 +01:00
parent 402ba069a1
commit 0cf7679341

View File

@ -77,6 +77,7 @@ NYMEA_LOGGING_CATEGORY(dcMqtt, "Mqtt")
NYMEA_LOGGING_CATEGORY(dcTranslations, "Translations")
NYMEA_LOGGING_CATEGORY(dcI2C, "I2C")
static QFile s_logFile;
static bool s_useColors;
static QList<QtMessageHandler> s_handlers;