aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/QtGui/bug_844.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/QtGui/bug_844.py b/tests/QtGui/bug_844.py
index e01d7eab0..8c4cd90db 100644
--- a/tests/QtGui/bug_844.py
+++ b/tests/QtGui/bug_844.py
@@ -5,7 +5,6 @@ class QtKeyPressListener(QObject):
def __init__(self, obj):
QObject.__init__(self)
obj.installEventFilter(self)
- self.fConnections = {}
def eventFilter(self, obj, event):
# This used to crash here due to a misbehaviour of type discovery!