mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-22 18:10:51 -08:00
fix comment in 'qml.lisp'
This commit is contained in:
parent
1695e9fc36
commit
c3d4050dc6
6 changed files with 23 additions and 12 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