File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
.. module :: pytestqt.logging
49
49
.. autoclass :: Record
50
50
51
+ .. _qapp-fixture :
52
+
51
53
qapp fixture
52
54
------------
53
55
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Here the first parameter indicates that we will be using a ``qtbot`` fixture to
38
38
39
39
It is not necessary to create a QApplication instance, since the ``qtbot `` fixture will
40
40
do this for you. The ``QApplication `` object is accessible through the
41
- `` QApplication.instance()``_ function that returns a pointer equivalent to the global
41
+ :ref: ` qapp fixture<qapp-fixture> ` that returns a pointer equivalent to the global
42
42
``qApp `` pointer.
43
43
44
44
The other parameter is pytest's standard tmpdir _ that we use to create some files that will be
You can’t perform that action at this time.
0 commit comments