Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmtakeout
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
李定达
fmtakeout
Commits
548e866a
Commit
548e866a
authored
Aug 24, 2018
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.正式环境token;2.登录添加门店号pos编号;3.添加登录成功配置回写
parent
45a7e51a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
takeout/control/workcontrol.cpp
+7
-0
takeout/control/workcontrol.h
+17
-0
No files found.
takeout/control/workcontrol.cpp
0 → 100644
View file @
548e866a
#include "workcontrol.h"
WorkControl
::
WorkControl
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}
takeout/control/workcontrol.h
0 → 100644
View file @
548e866a
#ifndef WORKCONTROL_H
#define WORKCONTROL_H
#include <QObject>
class
WorkControl
:
public
QObject
{
Q_OBJECT
public
:
explicit
WorkControl
(
QObject
*
parent
=
0
);
signals
:
public
slots
:
};
#endif // WORKCONTROL_H
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