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;