Cleanup
This commit is contained in:
parent
5be05c46d8
commit
7bc5030ed5
@ -1,7 +1,3 @@
|
|||||||
#ifdef Q_OS_LINUX
|
|
||||||
#include <locale.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "apptranslator.h"
|
#include "apptranslator.h"
|
||||||
#include "manager.h"
|
#include "manager.h"
|
||||||
#include "singleapplication.h"
|
#include "singleapplication.h"
|
||||||
|
@ -39,7 +39,7 @@ void handler(QtMsgType type, const QMessageLogContext &context,
|
|||||||
|
|
||||||
namespace debug
|
namespace debug
|
||||||
{
|
{
|
||||||
std::atomic_bool isTrace;
|
std::atomic_bool isTrace = false;
|
||||||
|
|
||||||
QString traceFileName()
|
QString traceFileName()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user