summaryrefslogtreecommitdiffstats
path: root/src/foundation
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2019-09-30 09:10:45 +0300
committerTomi Korpipaa <tomi.korpipaa@qt.io>2019-10-01 13:57:23 +0300
commit247e38fcb8c08e8af3e221e32ab0d776cf758da5 (patch)
treea508d0a9f868e53a81df57550474e897d61ee3f1 /src/foundation
parent2902563f2f97fe18e3a547e72e66ee57d443df4f (diff)
Bump qml module version
Revision new APIs: asyncInit, shaderCache, exportShaderCache, stereMode, stereoEyeSeparation, textureId, and addImageProvider. Also fixed missing array in qt_attribution.json Task-number: QT3DS-3963 Change-Id: I3fc6ac38ff6f524a5268ad4706f4d0edcc0af6f3 Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/foundation')
-rw-r--r--src/foundation/qt_attribution.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/foundation/qt_attribution.json b/src/foundation/qt_attribution.json
index 537d8be..46b571c 100644
--- a/src/foundation/qt_attribution.json
+++ b/src/foundation/qt_attribution.json
@@ -1,3 +1,4 @@
+[
{
"Id": "convertutf",
"Name": "ConvertUTF",
@@ -7,8 +8,7 @@
"License": "Other",
"LicenseFile": "LICENSE_CONVERTUTF.TXT",
"Copyright": "Copyright 2001-2004 Unicode, Inc."
-}
-,
+},
{
"Id": "socket",
"Name": "Socket",
@@ -20,3 +20,4 @@
"LicenseFile": "LICENCE_SOCKET.TXT",
"Copyright": "Copyright (C) 2004-2013 Diego Nehab."
}
+]