mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
Merge remote-tracking branch 'origin/zz'
This commit is contained in:
@ -63,7 +63,7 @@ void DataFileProcessor::GenerateFilePath()
|
|||||||
QDir qdirPath(qstrTemp);
|
QDir qdirPath(qstrTemp);
|
||||||
if (!qdirPath.exists())
|
if (!qdirPath.exists())
|
||||||
{
|
{
|
||||||
bool bRes = qdirPath.mkdir(qstrTemp);
|
bool bRes = qdirPath.mkpath(qstrTemp);//20220812 mkdir change to mkpath
|
||||||
if (!bRes)
|
if (!bRes)
|
||||||
{
|
{
|
||||||
qDebug() << "DataFileProcessor mkdir Failed.";
|
qDebug() << "DataFileProcessor mkdir Failed.";
|
||||||
|
Reference in New Issue
Block a user