"quick": add docu for QML:RELOAD

This commit is contained in:
polos 2017-02-02 12:42:53 +01:00
parent df3ce301a7
commit fcbf75464c
2 changed files with 8 additions and 0 deletions

View file

@ -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
=====