diff --git a/src/ecl_fun.cpp b/src/ecl_fun.cpp index 0009edd..d70a6e7 100644 --- a/src/ecl_fun.cpp +++ b/src/ecl_fun.cpp @@ -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; }