Skip to content

Commit

Permalink
fix #34416
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Sep 28, 2014
1 parent 60727e9 commit 53da48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libmscore/property.cpp
Expand Up @@ -134,12 +134,12 @@ static const PropertyData propertyList[] = {
{ P_ID::NUMBERS_ONLY, false, "numbersOnly", P_TYPE::BOOL },
{ P_ID::TRILL_TYPE, false, "", P_TYPE::INT },
{ P_ID::HAIRPIN_CIRCLEDTIP, false, "hairpinCircledTip", P_TYPE::BOOL },
{ P_ID::HAIRPIN_TYPE, false, "", P_TYPE::INT },
{ P_ID::HAIRPIN_TYPE, true, "", P_TYPE::INT },

{ P_ID::HAIRPIN_HEIGHT, false, "hairpinHeight", P_TYPE::SPATIUM },
{ P_ID::HAIRPIN_CONT_HEIGHT, false, "hairpinContHeight", P_TYPE::SPATIUM },
{ P_ID::VELO_CHANGE, false, "veloChange", P_TYPE::INT },
{ P_ID::DYNAMIC_RANGE, false, "dynType", P_TYPE::INT },
{ P_ID::VELO_CHANGE, true, "veloChange", P_TYPE::INT },
{ P_ID::DYNAMIC_RANGE, true, "dynType", P_TYPE::INT },
{ P_ID::PLACEMENT, false, "placement", P_TYPE::PLACEMENT },
{ P_ID::VELOCITY, false, "velocity", P_TYPE::INT },
{ P_ID::JUMP_TO, false, "jumpTo", P_TYPE::STRING },
Expand Down
2 changes: 0 additions & 2 deletions libmscore/undo.h
Expand Up @@ -68,14 +68,12 @@ class KeySig;
class TimeSig;
class Clef;
class Image;
class Hairpin;
class Bend;
class TremoloBar;
class NoteEvent;
class SlurSegment;
class InstrumentChange;
class Box;
class Accidental;
class Spanner;
class BarLine;
enum class ClefType : signed char;
Expand Down

0 comments on commit 53da48a

Please sign in to comment.