overte/libraries/script-engine
Anthony J. Thibault cf138eb1fd Fixes for qt asserts in debug
* The TabletScriptingInterface destructor is invoked on app shutdown after the logging system has been destroyed.
  To avoid this I removed the destructor.  The log was only for debug purposes anyway.
* Removed calls to setProperty() these calls are not thread safe and were causing asserts during debug.
  Instead of getting and setting the property we maintain the TabletProxy state using an enum.
2017-01-12 10:49:41 -08:00
..
src Fixes for qt asserts in debug 2017-01-12 10:49:41 -08:00
CMakeLists.txt reload qml with scripts 2016-09-23 14:27:47 -07:00