Introduce slint::run_event_loop_until_quit

Closes #1499
This commit is contained in:
Olivier Goffart 2024-01-11 13:52:02 +01:00 committed by GitHub
parent e1c5f4ff03
commit 9111946a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 192 additions and 44 deletions

View file

@ -595,7 +595,7 @@ public:
void run() const
{
show();
cbindgen_private::slint_run_event_loop();
slint::run_event_loop();
hide();
}
# if defined(SLINT_FEATURE_BACKEND_QT) || defined(DOXYGEN)