mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Fix compilation of the C++ interpreter
This commit is contained in:
parent
ae114cf79d
commit
640d178d9d
1 changed files with 3 additions and 0 deletions
|
@ -917,6 +917,9 @@ public:
|
|||
}
|
||||
|
||||
namespace sixtyfps::testing {
|
||||
|
||||
using cbindgen_private::KeyboardModifiers;
|
||||
|
||||
/// Send a key events to the given component instance
|
||||
inline void send_keyboard_string_sequence(const sixtyfps::interpreter::ComponentInstance *component,
|
||||
const sixtyfps::SharedString &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue