From f720e590b1a6798fced6b2345cbb066788e79d90 Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Fri, 27 Oct 2017 08:43:26 +0200 Subject: adds "since"-note for the new keyword to the documentation --- docs/markdown/Qt5-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index e84b5fd..e5fc066 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -8,7 +8,7 @@ tools and steps required for Qt. The module has one method. This method takes the following keyword arguments: - `moc_headers`, `moc_sources`, `ui_files`, `qresources`, which define the files that require preprocessing with `moc`, `uic` and `rcc` - `include_directories`, the directories to add to header search path for `moc` (optional) - - `moc_extra_arguments`, any additional arguments to `moc` (optional). + - `moc_extra_arguments`, any additional arguments to `moc` (optional). Available since v0.44.0. It returns an opaque object that should be passed to a main build target. -- cgit v1.1