diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-12-10 08:32:34 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-12-10 09:41:26 +0100 |
| commit | b60a27dcd43fa991ffd6a92182a0f2186d1a11ec (patch) | |
| tree | 1b5b2f07c875cecb0e4d0eeb3a412f777eccdcfb /sources/pyside6/doc/tutorials/basictutorial | |
| parent | 11ccf66c574f4104bf86fd61b6cc7bac6ff3c200 (diff) | |
Fix tutorial references
Amends d2318d7aab3616df6e589b6337d2c2b8cd6e1909.
Pick-to: 6.8
Change-Id: Ibb61ad87b76a7432d2f9917dc36b88d62fe27b59
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/basictutorial')
| -rw-r--r-- | sources/pyside6/doc/tutorials/basictutorial/translations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/basictutorial/translations.rst b/sources/pyside6/doc/tutorials/basictutorial/translations.rst index ae675e1ee..803964c23 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/translations.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/translations.rst @@ -79,7 +79,7 @@ the files are converted to a binary form (``.qm`` files): To avoid having to ship the ``.qm`` files, it is recommend to put them into a Qt resource file along with icons and other -applications resources (see :ref:`using_qrc_files`). +applications resources (see :ref:`tutorial_qrcfiles`). The resource file ``linguist.qrc`` provides the ``example_de.qm`` under ``:/translations``: |
