0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

Fix #56 isBusy has been added to ReportEngine

This commit is contained in:
Arin Alexander
2016-12-13 12:47:46 +03:00
parent 86ccf6868c
commit 97bd5e4584
5 changed files with 24 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ public:
PreviewReportWidget *createPreviewWidget(QWidget *parent = 0);
void setPreviewWindowTitle(const QString& title);
void setPreviewWindowIcon(const QIcon& icon);
bool isBusy();
signals:
void renderStarted();
void renderFinished();