summaryrefslogtreecommitdiffstats
path: root/waflib/extras/qt4.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-17 17:31:03 +0100
committerDavid Robillard <d@drobilla.net>2019-03-17 18:14:27 +0100
commit76b2bef46c9e46bbff7d8dfe2ac5977e98d5f4dd (patch)
treeca16666879d08ad9f0657189b31b6f466417eb8a /waflib/extras/qt4.py
parent36e5b237b6e0a0a5f0c2904ad8db93bad5de6d0a (diff)
parent46ac21b8c413f73ad723499aa76ecea2f59cb57d (diff)
downloadingen-76b2bef46c9e46bbff7d8dfe2ac5977e98d5f4dd.tar.gz
ingen-76b2bef46c9e46bbff7d8dfe2ac5977e98d5f4dd.tar.bz2
ingen-76b2bef46c9e46bbff7d8dfe2ac5977e98d5f4dd.zip
Update autowaf and adapt to new API
Diffstat (limited to 'waflib/extras/qt4.py')
-rw-r--r--waflib/extras/qt4.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/waflib/extras/qt4.py b/waflib/extras/qt4.py
index 90cae7e0..d19a4dda 100644
--- a/waflib/extras/qt4.py
+++ b/waflib/extras/qt4.py
@@ -290,11 +290,11 @@ def apply_qt4(self):
The additional parameters are:
- :param lang: list of translation files (\*.ts) to process
+ :param lang: list of translation files (\\*.ts) to process
:type lang: list of :py:class:`waflib.Node.Node` or string without the .ts extension
- :param update: whether to process the C++ files to update the \*.ts files (use **waf --translate**)
+ :param update: whether to process the C++ files to update the \\*.ts files (use **waf --translate**)
:type update: bool
- :param langname: if given, transform the \*.ts files into a .qrc files to include in the binary file
+ :param langname: if given, transform the \\*.ts files into a .qrc files to include in the binary file
:type langname: :py:class:`waflib.Node.Node` or string without the .qrc extension
"""
if getattr(self, 'lang', None):