Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmPOS
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
xiaojing.zhang
fmPOS
Commits
9ae3e2a6
Commit
9ae3e2a6
authored
Aug 29, 2017
by
Carwyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 插件初次运行弹出窗口没有焦点问题解决; 2. 支付潜在数据库操作问题修正
parent
c0fbeb39
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
FreemudPOS/fm_pos_app.cpp
+3
-0
fmp_epay
+1
-1
fmp_vip
+1
-1
No files found.
FreemudPOS/fm_pos_app.cpp
View file @
9ae3e2a6
...
...
@@ -137,6 +137,9 @@ int main(int argc, char** argv)
return
svc
->
exec
();
#else
svc
.
start
();
QWidget
w
;
w
.
show
();
w
.
hide
();
return
qApp
->
exec
();
#endif
}
...
...
fmp_epay
@
215e58a6
Subproject commit
8835dd277ec825ce8321596fe909dd2706020000
Subproject commit
215e58a650a19339214231a526efeb6901825ff5
fmp_vip
@
4c894e10
Subproject commit
ac9481ea3f610afe143fadfc3168a3395cfffdd3
Subproject commit
4c894e10ff7fac299c7629dc16b19d85f5606e91
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