mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 23:01:01 -08:00
revisions and cross-compile cache note
This commit is contained in:
parent
c81ff001c5
commit
4c86260db8
4 changed files with 18 additions and 2 deletions
|
|
@ -105,7 +105,9 @@ int main(int argc, char* argv[]) {
|
|||
}
|
||||
|
||||
if (slime) {
|
||||
LQML::eval("(loop (with-simple-restart (restart-qt-events \"Restart Qt event processing.\") (qexec)))",
|
||||
// fallback restart for conditions while processing the Qt event loop
|
||||
LQML::eval("(loop (with-simple-restart (restart-qt-events \"Restart Qt event processing.\")"
|
||||
" (qexec)))",
|
||||
true);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue