summaryrefslogtreecommitdiffstats
path: root/src/uipparser/Qt3DSUIPParserActionHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uipparser/Qt3DSUIPParserActionHelper.cpp')
-rw-r--r--src/uipparser/Qt3DSUIPParserActionHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uipparser/Qt3DSUIPParserActionHelper.cpp b/src/uipparser/Qt3DSUIPParserActionHelper.cpp
index ab6d751..68c6be3 100644
--- a/src/uipparser/Qt3DSUIPParserActionHelper.cpp
+++ b/src/uipparser/Qt3DSUIPParserActionHelper.cpp
@@ -341,7 +341,7 @@ void CUIPParserActionHelper::BuildAction(TElement &inElement, UINT32 inEventName
Q3DStudio_ASSERT(theActionCount > 0);
for (UINT32 theActionIndex = 0; theActionIndex < theActionCount; ++theActionIndex) {
INT32 actionId = theAdder.AddAction(
- COMMAND_SETPROPERTY, theProperties[theActionIndex].first.GetNameHash(),
+ COMMAND_SETPROPERTY, theProperties[theActionIndex].first.nameHash(),
theProperties[theActionIndex].second.m_INT32);
if (theActionIndex == 0)
theAddActionIndex = actionId;