Skip to content

Commit

Permalink
[lv2] Mark ourselves as Qt 6 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 8, 2024
1 parent 9b42b91 commit 2b7da24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-lv2/LV2/Context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct HostContext
Lilv::Node fixed_size{make_node(LV2_UI__fixedSize)};
Lilv::Node no_user_resize{make_node(LV2_UI__noUserResize)};

Lilv::Node host_ui_type{make_node("http://lv2plug.in/ns/extensions/ui#Qt5UI")};
Lilv::Node host_ui_type{make_node("http://lv2plug.in/ns/extensions/ui#Qt6UI")};

int32_t midi_buffer_size = 2048;
LV2_URID midi_event_id{};
Expand Down

0 comments on commit 2b7da24

Please sign in to comment.