Commit cbd24dae by xiaoqing.gu

Update window.cpp

parent 0e5fba35
...@@ -166,7 +166,7 @@ void FMPSettingsWindow::OnTestPrintClicked() ...@@ -166,7 +166,7 @@ void FMPSettingsWindow::OnTestPrintClicked()
FMPPrinterInterface *printer = _fmp_sets->GetService<FMPPrinterInterface>(_ctx); FMPPrinterInterface *printer = _fmp_sets->GetService<FMPPrinterInterface>(_ctx);
if (printer) { if (printer) {
printer->GetPrintName(); printer->GetPrintName();
printer->DoPrint(QString::fromLocal8Bit("这是一个测试页看到此页说明打印正常!\r\n\r\n\r\n")); printer->DoPrint(QString::fromLocal8Bit("这是一个测试页看到此页说明打印正常!\r\n\r\n\r\n")," ");
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment