From b2a4abad032c2834a19b1861deb55b24d68dbb60 Mon Sep 17 00:00:00 2001 From: fralx Date: Sat, 12 Oct 2019 23:26:43 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0060021..671020f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# LimeReport v1.5.14 [![Build Status](https://api.travis-ci.org/fralx/LimeReport.svg?branch=master)](https://travis-ci.org/fralx/LimeReport) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc31412ea4814f30825b5ed3723e9a70)](https://app.codacy.com/app/fralx/LimeReport?utm_source=github.com&utm_medium=referral&utm_content=fralx/LimeReport&utm_campaign=Badge_Grade_Dashboard) +# LimeReport v1.5.15 [![Build Status](https://api.travis-ci.org/fralx/LimeReport.svg?branch=master)](https://travis-ci.org/fralx/LimeReport) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc31412ea4814f30825b5ed3723e9a70)](https://app.codacy.com/app/fralx/LimeReport?utm_source=github.com&utm_medium=referral&utm_content=fralx/LimeReport&utm_campaign=Badge_Grade_Dashboard) ## Official LimeReport web site [http://limereport.ru](http://limereport.ru) From 41bfc5ad71f74b2ae6e01b2f7fb54a1220241129 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Sun, 13 Oct 2019 14:20:26 +0300 Subject: [PATCH 2/2] cancelPrinting() slot has been fixed --- include/lrreportengine.h | 1 + limereport/lrreportengine.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/lrreportengine.h b/include/lrreportengine.h index 305ce72..289a9e9 100644 --- a/include/lrreportengine.h +++ b/include/lrreportengine.h @@ -233,6 +233,7 @@ signals: public slots: void cancelRender(); + void cancelPrinting(); protected: ReportEnginePrivate * const d_ptr; ReportEngine(ReportEnginePrivate &dd, QObject * parent=0); diff --git a/limereport/lrreportengine.h b/limereport/lrreportengine.h index 305ce72..289a9e9 100644 --- a/limereport/lrreportengine.h +++ b/limereport/lrreportengine.h @@ -233,6 +233,7 @@ signals: public slots: void cancelRender(); + void cancelPrinting(); protected: ReportEnginePrivate * const d_ptr; ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);