From 5cf7e87bd4930cc160017ff689db73c2c6b5574c Mon Sep 17 00:00:00 2001 From: polos Date: Tue, 11 May 2021 09:54:26 +0200 Subject: [PATCH] small revision --- Qt_EQL/tutorial/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt_EQL/tutorial/main.cpp b/Qt_EQL/tutorial/main.cpp index 4e80177..62ddd92 100644 --- a/Qt_EQL/tutorial/main.cpp +++ b/Qt_EQL/tutorial/main.cpp @@ -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'