small revision
This commit is contained in:
parent
4f75551971
commit
5cf7e87bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ int main(int argc, char* argv[]) {
|
|||
EQL::eval("(in-package :eql-user)");
|
||||
|
||||
// add desired Qt class instances as Lisp variables (uses 'defvar');
|
||||
// you may provide a package name (which needs to exists), otherwise
|
||||
// you may provide a package name (which needs to exist); if not provided,
|
||||
// the current package will be used (see above 'in-package');
|
||||
// pass 'true' as last argument to also call 'define-qt-wrappers'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue