diff options
Diffstat (limited to 'docs/markdown/Qt6-module.md')
-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 e7b8901..4dbf649 100644 --- a/docs/markdown/Qt6-module.md +++ b/docs/markdown/Qt6-module.md @@ -80,7 +80,7 @@ This method takes the following keyword arguments: - `ui_files`: (string | File | CustomTarget)[]: Passed the `uic` compiler - `moc_sources`: (string | File | CustomTarget)[]: Passed the `moc` compiler. These are converted into .moc files meant to be `#include`ed - - `moc_headers`: (string | File | CustomTarget)[]: Passied the `moc` compiler. + - `moc_headers`: (string | File | CustomTarget)[]: Passed the `moc` compiler. These will be converted into .cpp files - `include_directories` (IncludeDirectories | string)[], the directories to add to header search path for `moc` |