summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-05-16 14:20:18 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2019-05-16 13:25:20 +0000
commit09b3156579460b5d1b30ab6b17bd26b8a2f04c08 (patch)
tree83587b7a355e0b1e528b750b665e4fce5f7fcd91 /src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
parent276d7d0f33cc7befb7337a30cfd4e3f9ce3651b2 (diff)
Increment UIP version
- increment UIP version and show a warning if a UIP version is lower - remove 3 obsolete text shadow props - small update to checking for material container in the timeline - few cleanups Task-number: QT3DS-3366 Task-number: QT3DS-2903 Change-Id: Ib4d8c33e786001d0e5a18037a52303449630adf5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp')
-rw-r--r--src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
index 995b5704..766ce9ed 100644
--- a/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
+++ b/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
@@ -226,11 +226,8 @@ const char *GetAttributeString(const EAttribute inAttribute)
case ATTRIBUTE_FONT: return "font";
case ATTRIBUTE_DROPSHADOW: return "dropshadow";
case ATTRIBUTE_DROPSHADOWSTRENGTH: return "dropshadowstrength";
- case ATTRIBUTE_DROPSHADOWOFFSET: return "dropshadowoffset";
case ATTRIBUTE_DROPSHADOWOFFSETX: return "dropshadowoffsetx";
case ATTRIBUTE_DROPSHADOWOFFSETY: return "dropshadowoffsety";
- case ATTRIBUTE_DROPSHADOWHORZALIGN: return "dropshadowhorzalign";
- case ATTRIBUTE_DROPSHADOWVERTALIGN: return "dropshadowvertalign";
case ATTRIBUTE_BOUNDINGBOX: return "boundingbox";
case ATTRIBUTE_BOUNDINGBOX_X: return "boundingbox.x";
case ATTRIBUTE_BOUNDINGBOX_Y: return "boundingbox.y";