summaryrefslogtreecommitdiff
path: root/build-aux/qmi-codegen/Variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/qmi-codegen/Variable.py')
-rw-r--r--build-aux/qmi-codegen/Variable.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/qmi-codegen/Variable.py b/build-aux/qmi-codegen/Variable.py
index 65bca8d3..dc28f219 100644
--- a/build-aux/qmi-codegen/Variable.py
+++ b/build-aux/qmi-codegen/Variable.py
@@ -117,6 +117,11 @@ class Variable:
else:
self.personal_info = False;
+ """
+ Whether the variable contains personal info or not
+ """
+ self.contains_personal_info = self.personal_info
+
"""
Emits the code to declare specific new types required by the variable.
"""