diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-03-22 16:23:26 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-03-23 08:25:05 +0100 |
| commit | 6688ec92f4b73a2553fbda61d49ace0e49e8883d (patch) | |
| tree | b76c819337cc40f4689d783db9eb9392ed446a57 /sources/pyside6/doc/tutorials | |
| parent | c80d5b575e096123b85324c6376aa7f97c0bcf5c (diff) | |
Documentation: Link the Tutorial from the Signal/Slot reference pages
Pick-to: 6.2
Fixes: PYSIDE-1863
Change-Id: I7bf2c04ad5a5ab7b5bb29b082ee9d3fbf3b51c2a
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials')
| -rw-r--r-- | sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst b/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst index 52b79f38d..470b4ab70 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst @@ -1,3 +1,5 @@ +.. _signals-and-slots: + Signals and Slots ================= |
