summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/ast.py')
-rw-r--r--giscanner/ast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py
index c99c93d8..2cfd81fc 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -1184,6 +1184,7 @@ class Signal(Callable):
self.detailed = detailed
self.action = action
self.no_hooks = no_hooks
+ self.emitter = None
class Class(Node, Registered):