We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb4d60 commit eacc332Copy full SHA for eacc332
api/cpp/include/slint.h
@@ -131,9 +131,9 @@ organize_grid_layout(cbindgen_private::Slice<cbindgen_private::GridLayoutInputDa
131
return result;
132
}
133
134
-inline SharedVector<float>
135
-organize_dialog_button_layout(cbindgen_private::Slice<cbindgen_private::GridLayoutInputData> input_data,
136
- cbindgen_private::Slice<DialogButtonRole> dialog_button_roles)
+inline SharedVector<float> organize_dialog_button_layout(
+ cbindgen_private::Slice<cbindgen_private::GridLayoutInputData> input_data,
+ cbindgen_private::Slice<DialogButtonRole> dialog_button_roles)
137
{
138
SharedVector<float> result;
139
cbindgen_private::slint_organize_dialog_button_layout(input_data, dialog_button_roles, &result);
0 commit comments