mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 02:52:04 +02:00
Merge pull request #15444 from SamGondelman/warning
Case 22262: Comment out QScript type warning
This commit is contained in:
commit
26e65b7ca6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ QScriptValue variantToScriptValue(QVariant& qValue, QScriptEngine& scriptEngine)
|
|||
if (qValue.canConvert<float>()) {
|
||||
return qValue.toFloat();
|
||||
}
|
||||
qCDebug(shared) << "unhandled QScript type" << qValue.type();
|
||||
//qCDebug(shared) << "unhandled QScript type" << qValue.type();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue