add missing file

This commit is contained in:
lasconic 2014-07-18 07:31:54 +02:00
parent 762e828009
commit eff61fe977

View file

@ -110,7 +110,9 @@ class Harmony : public Text {
bool leftParen() const { return _leftParen; }
bool rightParen() const { return _rightParen; }
void setLeftParen(bool leftParen) { _leftParen = leftParen; }
void setRightParen(bool rightParen) { _rightParen = rightParen; }
const ChordDescription* descr() const;
const ChordDescription* descr(const QString&, const ParsedChord* pc = 0) const;
const ChordDescription* getDescription();