mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix dubbel // on log file dir
This commit is contained in:
@@ -110,7 +110,6 @@ void myMessageOutput(QtMsgType type,
|
|||||||
txt+=")\n";
|
txt+=")\n";
|
||||||
}
|
}
|
||||||
QFile outFile(QETApp::configDir()
|
QFile outFile(QETApp::configDir()
|
||||||
+"/"
|
|
||||||
+QDate::currentDate().toString("yyyyMMdd")
|
+QDate::currentDate().toString("yyyyMMdd")
|
||||||
+".log");
|
+".log");
|
||||||
if(outFile.open(QIODevice::WriteOnly | QIODevice::Append))
|
if(outFile.open(QIODevice::WriteOnly | QIODevice::Append))
|
||||||
|
|||||||
Reference in New Issue
Block a user