overte-HifiExperiments/interface
Matt Hardcastle 8dc91d640b Remove this and connection from lambda expression
Clang in Xcode 11 is more aggressive about its warnings. This resolves
one of the issue Clang noticed in order to support building w/Xcode 11.

I first attempted to remove `this` completes, but VS complained that
`QObject::disconnect` was being called without `this`. This change
satisfies both Clang and VS.

A second attempt added this back and then called `disconnect` directly.
This also generated a Clang warning.

This version resolves the issue by removing the error handler. This also
resolves a memory leak caused by the error handler.
2019-11-06 09:13:40 -08:00
..
compiledResources
external remove old/unused eyetracker code 2019-09-17 09:43:32 -07:00
i18n
icon fixed icon name spacing 2019-08-27 20:13:15 +02:00
resources Hooked up seated version of aim offset animation 2019-10-31 16:23:29 -07:00
src Remove this and connection from lambda expression 2019-11-06 09:13:40 -08:00
ui Specified color on text edit for console 2019-10-29 15:46:16 -07:00
CMakeLists.txt Delete legacy blendshape code 2019-10-16 10:36:37 -07:00
interface.entitlements Add entitlements for Launcher and Interface 2019-09-06 11:20:16 -07:00
interface.exe.manifest