fix missing parenthesis

This commit is contained in:
Faye Li Si Fi 2017-01-09 10:23:31 -08:00
parent d0d89e216d
commit 2fa17ea6a7

View file

@ -359,7 +359,7 @@ void Web3DOverlay::setProperties(const QVariantMap& properties) {
auto showKeyboardFocusHighlight = properties["showKeyboardFocusHighlight"];
if (showKeyboardFocusHighlight.isValid()) {
_showKeyboardFocusHighlight = showKeyboardFocusHighlight.toBool;
_showKeyboardFocusHighlight = showKeyboardFocusHighlight.toBool();
}
}