some revisions (mostly "quick" examples)

This commit is contained in:
polos 2017-02-25 10:46:45 +01:00
parent d7545fe4cb
commit cf5cf5b649
15 changed files with 158 additions and 496 deletions

View file

@ -25,7 +25,7 @@
(in-package :qml-lisp)
(defvar *qml-lisp* (qload-c++ "lib/qml_lisp"))
;;(defvar *qml-lisp* (qload-c++ "lib/qml_lisp")) ; not needed for this example
(defvar *caller* nil)
(defvar *quick-view* nil)