mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +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>()) {
|
if (qValue.canConvert<float>()) {
|
||||||
return qValue.toFloat();
|
return qValue.toFloat();
|
||||||
}
|
}
|
||||||
qCDebug(shared) << "unhandled QScript type" << qValue.type();
|
//qCDebug(shared) << "unhandled QScript type" << qValue.type();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue