mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Calculation of subtotals has been fixed
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
virtual QVariant calculate(PageItemDesignIntf* page = 0)=0;
|
||||
public slots:
|
||||
void slotBandRendered(BandDesignIntf* band);
|
||||
void slotBandReRendered(BandDesignIntf* oldBand, BandDesignIntf* newBand);
|
||||
protected:
|
||||
void setName(const QString& value){m_name=value;}
|
||||
QVariant addition(QVariant value1, QVariant value2);
|
||||
|
||||
Reference in New Issue
Block a user