Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmupdate
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
李定达
fmupdate
Commits
c18ba40a
Commit
c18ba40a
authored
Dec 25, 2018
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加中石化商户
parent
893345dd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
fmscupd/fmcontrol.cpp
+1
-1
fmscupd/fmscupd.pro
+2
-1
fmscupd/fmtools.cpp
+7
-0
No files found.
fmscupd/fmcontrol.cpp
View file @
c18ba40a
...
...
@@ -34,7 +34,7 @@ void FmControl::Start()
m_appDir
=
QCoreApplication
::
applicationDirPath
();
m_keepTimer
.
start
();
//
QTimer::singleShot(5000, this, &FmControl::onCheckUpdate);
QTimer
::
singleShot
(
5000
,
this
,
&
FmControl
::
onCheckUpdate
);
}
void
FmControl
::
onKeepProcess
()
...
...
fmscupd/fmscupd.pro
View file @
c18ba40a
...
...
@@ -14,7 +14,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += AI_SEN
#DEFINES += TODAY
#DEFINES += RUBY
DEFINES
+=
YOUQI
#DEFINES += YOUQI
DEFINES
+=
SINOPEC
TARGET
=
fmscupd
CONFIG
+=
windows
...
...
fmscupd/fmtools.cpp
View file @
c18ba40a
...
...
@@ -165,6 +165,13 @@ FmTools::FmTools()
m_keyStoreId
=
"storeInfo/storeId"
;
m_keyPosId
=
"storeInfo/posId"
;
#endif
#ifdef SINOPEC
m_partnerId
=
"1946"
;
m_siIniPath
=
QCoreApplication
::
applicationDirPath
()
+
"/bins/FreemudPOS.ini"
;
m_keyStoreId
=
"Home/StoreId"
;
m_keyPosId
=
"Home/PosId"
;
#endif
}
FmTools
::~
FmTools
()
...
...
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