Commit 25dbb0f
tests(PythonQtTestCleanup): Fix unknown attribute in testCallQtMethodInDel
This change ensures that the `QTimer` object is properly deleted to avoid the
AttributeError when the `__del__` method is called.
Fixes the following error:
```
Exception ignored in: <function TimerWrapper.__del__ at 0x510000073760>
Traceback (most recent call last):
File "<string>", line 6, in __del__
AttributeError: 'QTimer' object has no attribute 'setSingleShot'
```1 parent edfb1f9 commit 25dbb0f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments