Fix dubbel // on log file dir

This commit is contained in:
Simon De Backer
2020-08-31 22:26:03 +02:00
parent a4654dc6c2
commit 81da7c6713

View File

@@ -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))