mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-13 05:40:25 -08:00
revert beta hacks (sorry); fix comment in 'qml.lisp'
This commit is contained in:
parent
c3d4050dc6
commit
1758101cf2
6 changed files with 10 additions and 17 deletions
|
|
@ -23,9 +23,9 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
EQL::addObject(new Test(main), "*test*", true); // 'define-qt-wrappers'
|
||||
|
||||
EQL::eval("(load \"test.lisp\")"); // will start a REPL
|
||||
app.processEvents(); // needed for 'qlater' in 'test.lisp'
|
||||
EQL::eval("(load \"test.lisp\")"); // will start a REPL
|
||||
app.processEvents(); // needed for 'qlater' in 'test.lisp'
|
||||
|
||||
return 0; // no 'app.exec()' because of REPL
|
||||
return 0; // no 'app.exec()' because of REPL
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue