summaryrefslogtreecommitdiffstats
path: root/src/uipparser/Qt3DSUIPParserImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uipparser/Qt3DSUIPParserImpl.cpp')
-rw-r--r--src/uipparser/Qt3DSUIPParserImpl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uipparser/Qt3DSUIPParserImpl.cpp b/src/uipparser/Qt3DSUIPParserImpl.cpp
index 4190915..8be40d7 100644
--- a/src/uipparser/Qt3DSUIPParserImpl.cpp
+++ b/src/uipparser/Qt3DSUIPParserImpl.cpp
@@ -2700,6 +2700,9 @@ SElementAndType CUIPParserImpl::GetElementForID(const char *inElementName)
case qt3dsdm::ComposerObjectTypes::Group:
theUIPType = UIPElementTypes::Group;
break;
+ case qt3dsdm::ComposerObjectTypes::Signal:
+ theUIPType = UIPElementTypes::Signal;
+ break;
case qt3dsdm::ComposerObjectTypes::Component:
theUIPType = UIPElementTypes::Component;
break;