This commit is contained in:
Gres 2020-04-09 20:37:50 +03:00
parent 5be05c46d8
commit 7bc5030ed5
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
#ifdef Q_OS_LINUX
#include <locale.h>
#endif
#include "apptranslator.h"
#include "manager.h"
#include "singleapplication.h"

View File

@ -39,7 +39,7 @@ void handler(QtMsgType type, const QMessageLogContext &context,
namespace debug
{
std::atomic_bool isTrace;
std::atomic_bool isTrace = false;
QString traceFileName()
{