Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_takeout
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
fmp_takeout
Commits
2d5b181c
Commit
2d5b181c
authored
May 04, 2017
by
Carwyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 打印模块加载失败时测试打印崩溃问题
parent
b1018e6d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
Ui/MainWindow.cpp
+4
-0
fmp_takeout_p.cpp
+2
-0
global/preDefine.h
+0
-0
No files found.
Ui/MainWindow.cpp
View file @
2d5b181c
...
...
@@ -350,7 +350,11 @@ void MainWindow::showMain()
}
else
{
#ifdef QT_DEBUG
show
();
#else
this
->
showFullScreen
();
#endif
}
}
void
MainWindow
::
OnshowMainUi
()
...
...
fmp_takeout_p.cpp
View file @
2d5b181c
...
...
@@ -92,7 +92,9 @@ void FMPTakeoutPrivate::sltStopBlink(int type)
void
FMPTakeoutPrivate
::
sltPrint
(
QString
data
)
{
if
(
_Printer
)
{
emit
sgnReceiveStatus
(
_Printer
->
DoPrint
(
data
));
}
}
void
FMPTakeoutPrivate
::
sltPrintName
()
...
...
global/preDefine.h
View file @
2d5b181c
No preview for this file type
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