diff options
author | Friedemann Kleint <[email protected]> | 2025-01-29 22:35:39 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2025-02-03 18:13:05 +0100 |
commit | a5ecb36c75723b9e82de13d712db9060ed6a3753 (patch) | |
tree | a280deee7b71fc0fd9e1c89e33b35915c228bc1f /sources/pyside6/doc | |
parent | ecc05e2c3ddd821eb02d3b0bc70fb3e2eced1372 (diff) |
Documentation: Various fixes
- Fix spelling and a misplaced anchor
- Add note about enumerations
Pick-to: 6.8
Change-Id: Iafb8eaff6140381aeaa705c0d164b72708a00154
Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/pyside6/doc')
-rw-r--r-- | sources/pyside6/doc/developer/add_port_example.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/doc/developer/add_port_example.rst b/sources/pyside6/doc/developer/add_port_example.rst index 18f826bc3..59aa2f115 100644 --- a/sources/pyside6/doc/developer/add_port_example.rst +++ b/sources/pyside6/doc/developer/add_port_example.rst @@ -60,6 +60,7 @@ Port a Qt example ``snippets-translate``). - Note that our examples need to have unique names due to the doc build. - Verify that all slots are decorated using ``@Slot``. +- Enumerations should be fully qualified (PYSIDE-1735). - Add a ``.pyproject`` file (verify later on that docs build). - Add a ``doc`` directory and descriptive ``.rst`` file, and a screenshot if suitable (use ``optipng`` to reduce file size). |