Skip to content

Commit

Permalink
fix #51201 Voltas dont respond to CTRL-R
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Mar 30, 2015
1 parent a249aea commit 0918b46
Show file tree
Hide file tree
Showing 110 changed files with 131,889 additions and 129,564 deletions.
1 change: 0 additions & 1 deletion libmscore/hairpin.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class HairpinSegment : public LineSegment {
virtual QVariant propertyDefault(P_ID id) const override;
virtual PropertyStyle propertyStyle(P_ID id) const override;
virtual void resetProperty(P_ID id) override;
virtual void reset() override { spanner()->reset(); }
};

//---------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion libmscore/spanner.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpannerSegment : public Element {
virtual QVariant getProperty(P_ID id) const override;
virtual bool setProperty(P_ID id, const QVariant& v) override;
virtual QVariant propertyDefault(P_ID id) const override;
virtual void reset() override;
void reset() override;
virtual void setSelected(bool f) override;
virtual void setVisible(bool f) override;
virtual void setColor(const QColor& col) override;
Expand Down
2 changes: 0 additions & 2 deletions libmscore/staff.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@

namespace Ms {

class Instrument;
class InstrumentTemplate;
class Xml;
class Part;
class Score;
class KeyList;
class StaffType;
class Staff;
class StringData;
struct ClefTypeList;
class Segment;
class Clef;
Expand Down
1 change: 0 additions & 1 deletion libmscore/volta.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class VoltaSegment : public TextLineSegment {
virtual PropertyStyle propertyStyle(P_ID) const override;
virtual void resetProperty(P_ID id) override;
virtual void styleChanged() override;
virtual void reset() override { spanner()->reset(); }
};

//---------------------------------------------------------
Expand Down
Loading

0 comments on commit 0918b46

Please sign in to comment.