overte-AleziaKurdis/interface
Anthony J. Thibault 64b56207f2 QmlOverlay: Fix for issue use after delete
Sometimes, it was possible to set the qmlElement bounds AFTER the qmlElement itself was deleted on another thread.
To fix this we use a shared_ptr to hold the qmlElement, then use a weak_ptr in the setProperties lambda, to verify that the qmlElement still exists.

The script that was previously causing this code to fail is: "users.js".
Because, it creates a textSizeOverlay then immediately deletes it.
2016-02-01 14:20:29 -08:00
..
external Remove RealSense & MIDI 2015-12-03 11:00:01 -08:00
i18n Updated english translation file 2015-10-15 11:15:06 -07:00
icon
resources Merge pull request #6972 from jherico/qml 2016-01-29 09:57:15 -08:00
src QmlOverlay: Fix for issue use after delete 2016-02-01 14:20:29 -08:00
ui Killing the old preferences dialog 2016-01-22 19:24:38 -08:00
CMakeLists.txt fixing accidental commit of leap motion disabling. 2016-01-22 20:27:23 -08:00