diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2023-12-29 19:52:08 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-01 01:48:54 -0500 |
| commit | 92bcf88f0ce2058e5957d397a7ba3c746f258d8f (patch) | |
| tree | 0a4fe47cc128015d675d84dcac5871ee6c9feeb2 /docs/markdown/_include_qt_base.md | |
| parent | dc3e0273802ad297ab564e08cfc5f2590e7e73b6 (diff) | |
| download | meson-92bcf88f0ce2058e5957d397a7ba3c746f258d8f.tar.gz | |
docs: Fix since for compile_translations in _include_qt_base
Diffstat (limited to 'docs/markdown/_include_qt_base.md')
| -rw-r--r-- | docs/markdown/_include_qt_base.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index d305ca91b..adc6f7c6f 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -81,7 +81,9 @@ This method takes the following keyword arguments: It returns an array of targets and sources to pass to a compilation target. -## compile_translations (since v0.44.0) +## compile_translations + +*since 0.44.0* This method generates the necessary targets to build translation files with lrelease, it takes no positional arguments, and the following keyword arguments: |
