mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-16 17:59:53 +03:00
QTimer singleShot simplified
This commit is contained in:
@@ -274,8 +274,8 @@ public:
|
||||
bool isNeedUpdateSize(RenderPass) const;
|
||||
void copyBandAttributes(BandDesignIntf* source);
|
||||
signals:
|
||||
void bandRendered(BandDesignIntf* band);
|
||||
void bandReRendered(BandDesignIntf* oldBand, BandDesignIntf* newBand);
|
||||
void bandRendered(LimeReport::BandDesignIntf* band);
|
||||
void bandReRendered(LimeReport::BandDesignIntf* oldBand, LimeReport::BandDesignIntf* newBand);
|
||||
void preparedForRender();
|
||||
void bandRegistred();
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user