mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix dubbel // on log file dir
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user