revisions and cross-compile cache note

This commit is contained in:
pls.153 2022-02-17 10:12:49 +01:00
parent c81ff001c5
commit 4c86260db8
4 changed files with 18 additions and 2 deletions

View file

@ -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;
}