Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small HarmonyLayout tidy #26647

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

miiizen
Copy link
Contributor

@miiizen miiizen commented Feb 21, 2025

This turned out not to be relevant for a different PR and does not need to be merged into 4.5

@@ -32,6 +31,33 @@ class System;
}

namespace mu::engraving::rendering::score {
// Help class.
// Contains harmonies/fretboard per segment.
class HarmonyList : public std::vector<EngravingItem*>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that it's not used in the .h file, this declaration can be in the .cpp file as well. (The only reasons to put something in a .h file are either that it's necessary, or to expose it to other files.)

@miiizen miiizen force-pushed the harmonyLayoutTidy branch from f1b87f8 to 10f3136 Compare March 11, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants