0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Renaming bands has been fixed

This commit is contained in:
Arin Alexander
2016-09-09 21:49:46 +04:00
parent 264c0921f3
commit eca9e7a1b0
2 changed files with 8 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ public:
void setParentBand(BandDesignIntf* band);
void setParentBandName(const QString& parentBandName);
QString parentBandName(){return m_parentBandName;}
QString parentBandName();
bool isConnectedToBand(BandDesignIntf::BandsType bandType) const;