Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_settings
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_settings
Commits
c6adf35d
Commit
c6adf35d
authored
May 05, 2017
by
Carwyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修正测试打印乱码问题;
parent
597458d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
res/MANIFEST.MF
+1
-1
ui/window.cpp
+1
-1
version.h
+2
-2
No files found.
res/MANIFEST.MF
View file @
c6adf35d
Plugin-SymbolicName: fmp.settings
Plugin-Version: 0.1.
0
Plugin-Version: 0.1.
1
Plugin-Name: fmp.settings
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-2017
Plugin-Vendor: Freemud
ui/window.cpp
View file @
c6adf35d
...
...
@@ -166,7 +166,7 @@ void FMPSettingsWindow::OnTestPrintClicked()
FMPPrinterInterface
*
printer
=
_fmp_sets
->
GetService
<
FMPPrinterInterface
>
(
_ctx
);
if
(
printer
)
{
printer
->
GetPrintName
();
printer
->
DoPrint
(
"这是一个测试页看到此页说明打印正常!
\r\n\r\n\r\n
"
);
printer
->
DoPrint
(
QString
::
fromLocal8Bit
(
"这是一个测试页看到此页说明打印正常!
\r\n\r\n\r\n
"
)
);
}
}
}
version.h
View file @
c6adf35d
...
...
@@ -3,9 +3,9 @@
#define VER_MAJOR 0
#define VER_MINOR 1
#define VER_REVISION
0
#define VER_REVISION
1
#define VER_BUILD 1
1
#define VER_BUILD 1
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