From 1abe674b7784309cb45721c61b957ce3db60f98f Mon Sep 17 00:00:00 2001 From: Sanych Date: Fri, 15 Dec 2023 14:12:11 +0300 Subject: [PATCH] comment processEvent when prints --- limereport/lrreportengine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/limereport/lrreportengine.cpp b/limereport/lrreportengine.cpp index 0fc7d08..c356440 100644 --- a/limereport/lrreportengine.cpp +++ b/limereport/lrreportengine.cpp @@ -325,7 +325,7 @@ void ReportEnginePrivate::internalPrintPages(ReportPages pages, QPrinter &printe { printProcessors["default"]->printPage(page); emit pagePrintingFinished(currenPage); - QApplication::processEvents(); + // QApplication::processEvents(); } currenPage++; @@ -364,7 +364,7 @@ void ReportEnginePrivate::printPages(ReportPages pages, QMap else currentPrinter = 0; } emit pagePrintingFinished(i+1); - QApplication::processEvents(); + // QApplication::processEvents(); } emit printingFinished();