summaryrefslogtreecommitdiff
path: root/qface/idl/domain.py
diff options
context:
space:
mode:
Diffstat (limited to 'qface/idl/domain.py')
-rw-r--r--qface/idl/domain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qface/idl/domain.py b/qface/idl/domain.py
index 4c52b1a..5c97bd7 100644
--- a/qface/idl/domain.py
+++ b/qface/idl/domain.py
@@ -122,7 +122,8 @@ class Symbol(NamedElement):
self.comment = ''
"""comment which appeared in QFace right before symbol"""
self._tags = dict()
-
+ """a value attached to the symbol"""
+ self.value = None
self._contentMap = ChainMap()
self._dependencies = set()
self.type = TypeSymbol('', self)