mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
fix '(qexec)' to work with QML Preview (Qt Designer) when used inside a fallback restart in Slime mode
This commit is contained in:
parent
da1285cace
commit
440ac762a8
1 changed files with 0 additions and 1 deletions
|
|
@ -2741,7 +2741,6 @@ cl_object qexec2(cl_object l_milliseconds) {
|
|||
timer->start(toInt(l_milliseconds));
|
||||
EQL::eventLoop->exec();
|
||||
return l_milliseconds; }
|
||||
QCoreApplication::exit(); // prevent "The event loop is already running"
|
||||
QApplication::exec();
|
||||
return ECL_T; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue