aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_frontend/struct.cpp.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates_frontend/struct.cpp.tpl')
-rw-r--r--src/tools/ivigenerator/templates_frontend/struct.cpp.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ivigenerator/templates_frontend/struct.cpp.tpl b/src/tools/ivigenerator/templates_frontend/struct.cpp.tpl
index 488f1a9..7670f36 100644
--- a/src/tools/ivigenerator/templates_frontend/struct.cpp.tpl
+++ b/src/tools/ivigenerator/templates_frontend/struct.cpp.tpl
@@ -110,7 +110,7 @@ public:
{{class}}::{{class}}(const QVariant &variant)
: {{class}}()
{
- QVariant value = convertFromJSON(variant);
+ QVariant value = qtivi_convertFromJSON(variant);
// First try to convert the values to a Map or a List
// This is needed as it could also store a QStringList or a Hash
if (value.canConvert(QVariant::Map))