0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-12-16 17:59:53 +03:00

Calculation of subtotals has been fixed

This commit is contained in:
Arin Alexander
2020-07-14 19:57:29 +03:00
parent 934021a182
commit 334f590efd
6 changed files with 23 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ public:
void parentObjectLoadFinished();
void objectLoadFinished();
void emitBandRendered(BandDesignIntf *band);
void emitBandReRendered(BandDesignIntf* oldBand, BandDesignIntf* newBand);
bool isSplittable() const {return m_splitable;}
void setSplittable(bool value);
@@ -273,6 +274,7 @@ public:
signals:
void bandRendered(BandDesignIntf* band);
void bandReRendered(BandDesignIntf* oldBand, BandDesignIntf* newBand);
void preparedForRender();
void bandRegistred();
protected: