standard file name changed
This commit is contained in:
parent
548b1df02f
commit
3e23117361
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ fileDialogPreSave:
|
|||
monthStr = dateStrList.at(0);
|
||||
}
|
||||
QString cmpPicTitl = picTitl;
|
||||
cmpPicTitl.replace(" ", "");
|
||||
newPictureFileName = yearStr + monthStr + dayStr + timeStr + "_" + cmpPicTitl + ".jpg";
|
||||
cmpPicTitl.replace(" ", "_");
|
||||
newPictureFileName = yearStr + monthStr + dayStr + timeStr + "-" + cmpPicTitl + ".jpg";
|
||||
}
|
||||
}
|
||||
fileDialog.selectFile(newPictureFileName);
|
||||
|
|
Loading…
Reference in a new issue