From 18c5bfc00e7d5cf4a81e220ac08a64549c814eaf Mon Sep 17 00:00:00 2001 From: polos Date: Thu, 30 Jul 2020 23:16:10 +0200 Subject: [PATCH] small revision of docu --- doc/auto-doc.htm | 2 +- src/lisp/ini.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/auto-doc.htm b/doc/auto-doc.htm index 1fed971..f0e50e3 100644 --- a/doc/auto-doc.htm +++ b/doc/auto-doc.htm @@ -356,7 +356,7 @@ Convenience function: a simple message box, converting x to a strin

QML ()

-Generates global variables for all QML items with objectName set. Requires the QML app to be running. Will show an error message if objectName is not unique. +Generates global variables for all QML items with objectName set, see lisp/ui-vars.lisp. Requires the QML app to be running. Will show an error message if objectName is not unique.


QNEW-INSTANCE (class-name &rest arguments/properties) diff --git a/src/lisp/ini.lisp b/src/lisp/ini.lisp index 02bf730..8090b91 100644 --- a/src/lisp/ini.lisp +++ b/src/lisp/ini.lisp @@ -635,7 +635,7 @@ (defun qml () "args: () - Generates global variables for all QML items with objectName set. Requires the QML app to be running. Will show an error message if objectName is not unique." + Generates global variables for all QML items with objectName set, see lisp/ui-vars.lisp. Requires the QML app to be running. Will show an error message if objectName is not unique." (load (in-home "lib/qml-ui-vars"))) (defun qrequire (module &optional quiet)