diff --git a/examples/M-modules/quick/Tic-Tac-Toe/README.txt b/examples/M-modules/quick/Tic-Tac-Toe/README.txt index c2d08d9..fb00039 100644 --- a/examples/M-modules/quick/Tic-Tac-Toe/README.txt +++ b/examples/M-modules/quick/Tic-Tac-Toe/README.txt @@ -38,6 +38,10 @@ Always add these 2 "import" lines for Lisp access: The "eql5.js" file is compiled as a resource into the eql5 shared library, see "eql5/src/eql5.js" and "eql5/src/eql5.qrc". +To reload the QML file after changes, do: + + (qml:reload) + NOTES ===== diff --git a/examples/M-modules/quick/qml-lisp/README.txt b/examples/M-modules/quick/qml-lisp/README.txt index 3aff7c6..5155e01 100644 --- a/examples/M-modules/quick/qml-lisp/README.txt +++ b/examples/M-modules/quick/qml-lisp/README.txt @@ -50,6 +50,10 @@ Always add these 2 "import" lines for Lisp access: The "eql5.js" file is compiled as a resource into the eql5 shared library, see "eql5/src/eql5.js" and "eql5/src/eql5.qrc". +To reload the QML file after changes, do: + + (qml:reload) + NOTES =====