Bands movement has been fixed

This commit is contained in:
Arin Alexander
2019-03-04 22:33:01 +03:00
parent bc8750e5d4
commit 6cad2bd6db
7 changed files with 77 additions and 34 deletions

View File

@@ -171,6 +171,8 @@ public:
int maxChildIndex(BandDesignIntf::BandsType bandType) const;
int maxChildIndex(QSet<BandsType> ignoredBands = QSet<BandDesignIntf::BandsType>()) const;
int rootIndex(BandDesignIntf *parentBand);
BandDesignIntf* rootBand(BandDesignIntf *parentBand);
BandDesignIntf* parentBand() const {return m_parentBand;}