Fix status message for PDF
This commit is contained in:
parent
cecc038a6d
commit
5799985c92
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ catch(const ConvertFailedException& e)
|
|||
void PrinterWorker::convertPdf(QString filename, Bytestream header, PrintParameters Params)
|
||||
{
|
||||
try {
|
||||
emit busyMessage(tr("Printing"));
|
||||
|
||||
CurlRequester cr(_printer->httpUrl());
|
||||
connect(&cr, &CurlRequester::done, _printer, &IppPrinter::printRequestFinished);
|
||||
|
||||
|
|
Loading…
Reference in a new issue