Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkpay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
sbkpay
Commits
6b9fa9aa
Commit
6b9fa9aa
authored
Nov 08, 2017
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 打印文件路径修改为 / 分割。
parent
4194dcc7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sbkpay/rspfactory.h
+1
-1
sbkpay/version.h
+1
-1
No files found.
sbkpay/rspfactory.h
View file @
6b9fa9aa
...
...
@@ -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
;
...
...
sbkpay/version.h
View file @
6b9fa9aa
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment