biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.85k stars 773 forks source link

Possible fix for run-time crash when using qt 5.7 #486

Closed raomshauty closed 8 years ago

raomshauty commented 8 years ago

Possible fix for runtime crash when using qt 5.7. Without this fix -- crash happens because QObject::setProperty(qPrintable(name), value) returns false within Object::setProperty

raomshauty commented 8 years ago

Fix #468

jklontz commented 8 years ago

Thanks! I'm going to merge this under the assumption that it's backwards compatible with earlier versions of Qt 5. If we run into issues we'll have to revert. @sklum heads up.