mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Fix Native StandardListView with C++
This commit is contained in:
parent
4169254169
commit
d8f7139f48
2 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,7 @@ extern const cbindgen_private::ItemVTable NativeSliderVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeScrollBarVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeStandardListViewItemVTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -122,6 +123,7 @@ using cbindgen_private::NativeLineEdit;
|
|||
using cbindgen_private::NativeSlider;
|
||||
using cbindgen_private::NativeSpinBox;
|
||||
using cbindgen_private::NativeScrollBar;
|
||||
using cbindgen_private::NativeStandardListViewItem;
|
||||
|
||||
namespace private_api {
|
||||
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
|
||||
|
@ -549,4 +551,6 @@ struct VersionCheckHelper
|
|||
};
|
||||
}
|
||||
|
||||
using cbindgen_private::StandardListViewItem;
|
||||
|
||||
} // namespace sixtyfps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue