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

Finish 1.4.89

This commit is contained in:
Arin Alexander
2018-07-13 02:25:20 +03:00
5 changed files with 44 additions and 5 deletions

View File

@@ -173,6 +173,7 @@ public:
bool isConnectedToBand(BandDesignIntf::BandsType bandType) const;
int minChildIndex(BandsType bandType);
int minChildIndex(QSet<BandsType> ignoredBands = QSet<BandDesignIntf::BandsType>());
int maxChildIndex(BandDesignIntf::BandsType bandType) const;
int maxChildIndex(QSet<BandsType> ignoredBands = QSet<BandDesignIntf::BandsType>()) const;