Skip to content

Commit e931b64

Browse files
committed
Added minor comment about weak-refs
1 parent 7ea16a2 commit e931b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytestqt/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __init__(self, app):
167167
The current QApplication instance.
168168
"""
169169
self._app = app
170-
self._widgets = []
170+
self._widgets = [] # list of weakref to QWidget instances
171171

172172
def _close(self):
173173
"""

0 commit comments

Comments
 (0)