mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
MenuItem with for
and if
This commit is contained in:
parent
e75415554a
commit
010126992e
24 changed files with 889 additions and 258 deletions
|
@ -40,6 +40,7 @@ struct VBox
|
|||
{
|
||||
const T *vtable = nullptr;
|
||||
void *instance = nullptr;
|
||||
explicit VBox(const T *vtable, void *instance) : vtable(vtable), instance(instance) { }
|
||||
VBox(const VBox &) = delete;
|
||||
VBox() = default;
|
||||
VBox &operator=(const VBox &) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue