Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion muse
2 changes: 1 addition & 1 deletion src/engraving/engravingmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void EngravingContext::onInit(const muse::IApplication::RunMode&)
#endif
}

void EngravingContext::onDeinit()
void EngravingContext::onDestroy()
{
#ifndef ENGRAVING_NO_INTERNAL
m_paletteScoreProvider->deinit();
Expand Down
2 changes: 1 addition & 1 deletion src/engraving/engravingmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class EngravingContext : public muse::modularity::IContextSetup

void registerExports() override;
void onInit(const muse::IApplication::RunMode& mode) override;
void onDeinit() override;
void onDestroy() override;

private:

Expand Down
Loading