0
0
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:
Arin Alexander
2020-12-30 00:40:46 +03:00
parent fd22897151
commit 47500e6699
3 changed files with 9 additions and 10 deletions

View File

@@ -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: