testing: rename the init function

This commit is contained in:
Olivier Goffart 2024-04-18 11:54:47 +02:00
parent 8030732f46
commit d4741efac0
17 changed files with 42 additions and 39 deletions

View file

@ -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"))]