small revision

This commit is contained in:
polos 2021-05-11 09:54:26 +02:00
parent 4f75551971
commit 5cf7e87bd4

View file

@ -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'