We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32a7ca commit 52569afCopy full SHA for 52569af
README.rst
@@ -111,6 +111,7 @@ Many thanks to:
111
- Fabio Zadrozny (`@fabioz <https://github.com/fabioz>`_);
112
- Datalyze Solutions (`@datalyze-solutions <https://github.com/datalyze-solutions>`_);
113
- Florian Bruhin (`@The-Compiler <https://github.com/The-Compiler>`_);
114
+- Guilherme Quentel Melo (`@gqmelo <https://github.com/gqmelo>`_);
115
116
**Powered by**
117
pytestqt/plugin.py
@@ -525,7 +525,7 @@ def qapp():
525
if app is None:
526
global _qapp_instance
527
_qapp_instance = QApplication([])
528
- yield app
+ yield _qapp_instance
529
else:
530
yield app # pragma: no cover
531
0 commit comments