mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
testing: rename the init function
This commit is contained in:
parent
8030732f46
commit
d4741efac0
17 changed files with 42 additions and 39 deletions
|
@ -141,7 +141,7 @@ pub unsafe extern "C" fn slint_register_bitmap_font(
|
|||
#[cfg(feature = "internal-testing")]
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn slint_testing_init_backend() {
|
||||
i_slint_backend_testing::init();
|
||||
i_slint_backend_testing::init_no_event_loop();
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue