From 81da7c6713b8d1fa2cc110ac077dd030d3e75724 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Mon, 31 Aug 2020 22:26:03 +0200 Subject: [PATCH] Fix dubbel // on log file dir --- sources/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/main.cpp b/sources/main.cpp index 81a3ae5bd..43c90af2b 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -110,7 +110,6 @@ void myMessageOutput(QtMsgType type, txt+=")\n"; } QFile outFile(QETApp::configDir() - +"/" +QDate::currentDate().toString("yyyyMMdd") +".log"); if(outFile.open(QIODevice::WriteOnly | QIODevice::Append))