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

Changed bar lines to follow snap size #7034

Merged
merged 18 commits into from
May 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed clear() from destructor model
BoredGuy1 committed May 7, 2024
commit ac52bc10e1d544ad3406f402bab6125eaf61bff4
5 changes: 1 addition & 4 deletions include/ComboBoxModel.h
Original file line number Diff line number Diff line change
@@ -47,10 +47,7 @@ class LMMS_EXPORT ComboBoxModel : public IntModel
{
}

~ComboBoxModel() override
{
clear();
}
~ComboBoxModel() override {}

void addItem( QString item, std::unique_ptr<PixmapLoader> loader = nullptr );