mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Cleaned up spacing
This commit is contained in:
parent
2f620e654b
commit
47c3df7587
1 changed files with 0 additions and 2 deletions
|
@ -116,11 +116,9 @@ QVector<QUuid> qVectorQUuidFromScriptValue(const QScriptValue& array) {
|
|||
QUuid fromString(uuidAsString);
|
||||
newVector << fromString;
|
||||
}
|
||||
|
||||
return newVector;
|
||||
}
|
||||
|
||||
|
||||
QScriptValue qVectorFloatToScriptValue(QScriptEngine* engine, const QVector<float>& vector) {
|
||||
QScriptValue array = engine->newArray();
|
||||
for (int i = 0; i < vector.size(); i++) {
|
||||
|
|
Loading…
Reference in a new issue