update comment
This commit is contained in:
parent
5cf7e87bd4
commit
44689ec14e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
;;; below function calls only work because 'define-qt-wrappers' has already
|
||||
;;; been called implicitely on '*test*', see 'EQL::addObject()' in 'main.cpp'
|
||||
;;; (note third argument 'true')
|
||||
;;;
|
||||
;;; Qt function names are translated to Lisp names like this:
|
||||
;;; Qt: Lisp:
|
||||
;;; newInstance() (new-instance)
|
||||
;;; doIOStuff() (do-i-o-stuff)
|
||||
|
||||
(defun test ()
|
||||
;; make new instance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue