Merge remote-tracking branch 'origin/zz'

This commit is contained in:
xin
2022-08-12 11:18:20 +08:00

View File

@ -63,7 +63,7 @@ void DataFileProcessor::GenerateFilePath()
QDir qdirPath(qstrTemp);
if (!qdirPath.exists())
{
bool bRes = qdirPath.mkdir(qstrTemp);
bool bRes = qdirPath.mkpath(qstrTemp);//20220812 mkdir change to mkpath
if (!bRes)
{
qDebug() << "DataFileProcessor mkdir Failed.";