Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sammik committed Dec 29, 2024
1 parent 1775a4c commit 2be7b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engraving/dom/score.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ class Score : public EngravingObject, public muse::Injectable
void undoChangeTuning(Note*, double);
void undoChangeUserMirror(Note*, DirectionH);
void undoChangeKeySig(Staff* ostaff, const Fraction& tick, KeySigEvent);
void undoChangeClef(Staff* ostaff, EngravingItem*, ClefType st, bool forInstrumentChange = false, Clef* clefToRelink = nullptr, bool ctrlModifier = false);
void undoChangeClef(Staff* ostaff, EngravingItem*, ClefType st, bool forInstrumentChange = false, Clef* clefToRelink = nullptr,
bool ctrlModifier = false);
bool undoPropertyChanged(EngravingItem* item, Pid propId, const PropertyValue& propValue,
PropertyFlags propFlags = PropertyFlags::NOSTYLE);
void undoPropertyChanged(EngravingObject*, Pid, const PropertyValue& v, PropertyFlags ps = PropertyFlags::NOSTYLE);
Expand Down

0 comments on commit 2be7b43

Please sign in to comment.