mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
parent
b27034efa5
commit
8372d3f6d8
27 changed files with 69 additions and 68 deletions
|
@ -161,7 +161,7 @@ struct MainWindow {
|
|||
inline auto get_todo_model () const -> std::shared_ptr<sixtyfps::Model<TodoItem>>;
|
||||
inline void set_todo_model (const std::shared_ptr<sixtyfps::Model<TodoItem>> &value) const;
|
||||
|
||||
inline void call_todo_added (sixtyfps::SharedString arg_0) const;
|
||||
inline void invoke_todo_added (sixtyfps::SharedString arg_0) const;
|
||||
template<typename Functor> inline void on_todo_added (Functor && callback_handler) const;
|
||||
|
||||
//...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue