mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-05 17:03:46 +03:00
comment processEvent when prints
This commit is contained in:
parent
ba902477b9
commit
1abe674b77
@ -325,7 +325,7 @@ void ReportEnginePrivate::internalPrintPages(ReportPages pages, QPrinter &printe
|
|||||||
{
|
{
|
||||||
printProcessors["default"]->printPage(page);
|
printProcessors["default"]->printPage(page);
|
||||||
emit pagePrintingFinished(currenPage);
|
emit pagePrintingFinished(currenPage);
|
||||||
QApplication::processEvents();
|
// QApplication::processEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
currenPage++;
|
currenPage++;
|
||||||
@ -364,7 +364,7 @@ void ReportEnginePrivate::printPages(ReportPages pages, QMap<QString, QPrinter*>
|
|||||||
else currentPrinter = 0;
|
else currentPrinter = 0;
|
||||||
}
|
}
|
||||||
emit pagePrintingFinished(i+1);
|
emit pagePrintingFinished(i+1);
|
||||||
QApplication::processEvents();
|
// QApplication::processEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
emit printingFinished();
|
emit printingFinished();
|
||||||
|
Loading…
Reference in New Issue
Block a user