summaryrefslogtreecommitdiff
path: root/build-aux/qmi-codegen/Field.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/qmi-codegen/Field.py')
-rw-r--r--build-aux/qmi-codegen/Field.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/qmi-codegen/Field.py b/build-aux/qmi-codegen/Field.py
index 4f670dd..37ac526 100644
--- a/build-aux/qmi-codegen/Field.py
+++ b/build-aux/qmi-codegen/Field.py
@@ -84,6 +84,7 @@ class Field:
if TypeFactory.is_type_emitted(self.fullname) is False:
TypeFactory.set_type_emitted(self.fullname)
self.variable.emit_types(hfile)
+ self.variable.emit_helper_methods(hfile, cfile)
"""