Commit 6b9fa9aa by NitefullWind

1. 打印文件路径修改为 / 分割。

parent 4194dcc7
......@@ -372,7 +372,7 @@ private:
QString filePath = dir.absolutePath();
if(!filePath.endsWith('/') && !filePath.endsWith('\\')) {
filePath.append('\\');
filePath.append('/');
}
filePath.append(printFileName);
response[JSON_KEY_PRINTPATH] = filePath;
......
......@@ -5,7 +5,7 @@
#define VER_MINOR 2
#define VER_REVISION 5
#define VER_BUILD 1
#define VER_BUILD 2
//! Convert version numbers to string
#define _STR(S) #S
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment