diff options
author | meator <meator.dev@gmail.com> | 2025-09-01 22:33:30 +0200 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-09-03 10:22:46 +0300 |
commit | db9db7bf476553736f56bf37f4aafe5a6ae5570e (patch) | |
tree | 3831cfb8a1936b392d08ab62958ad37600ec1e17 | |
parent | 2cf1fa324069daa170c1f0d321c0f7d885fff670 (diff) | |
download | meson-db9db7bf476553736f56bf37f4aafe5a6ae5570e.zip meson-db9db7bf476553736f56bf37f4aafe5a6ae5570e.tar.gz meson-db9db7bf476553736f56bf37f4aafe5a6ae5570e.tar.bz2 |
docs: fix minor error in qt6 module
-rw-r--r-- | docs/markdown/Qt6-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md index ebe42a5..972a6a9 100644 --- a/docs/markdown/Qt6-module.md +++ b/docs/markdown/Qt6-module.md @@ -134,7 +134,7 @@ lrelease, it takes no positional arguments, and the following keyword arguments: - `qresource` string: rcc source file to extract ts_files from; cannot be used with ts_files kwarg. - `rcc_extra_arguments` string[]: any additional arguments to `rcc` (optional), - when used with `qresource. + when used with `qresource`. Returns either: a list of custom targets for the compiled translations, or, if using a `qresource` file, a single custom target |