Documentation/Source/eric5.Utilities.py3flakes.messages.html

branch
Py2 comp.
changeset 2571
e6bb19eb87ea
parent 2387
2d119e79ab54
child 3057
10516539f238
diff -r 1e893ea4e366 -r e6bb19eb87ea Documentation/Source/eric5.Utilities.py3flakes.messages.html
--- a/Documentation/Source/eric5.Utilities.py3flakes.messages.html	Thu Mar 28 20:09:00 2013 +0100
+++ b/Documentation/Source/eric5.Utilities.py3flakes.messages.html	Mon Apr 08 07:52:06 2013 +0200
@@ -67,7 +67,10 @@
 </table>
 <h3>Functions</h3>
 <table>
-<tr><td>None</td></tr>
+<tr>
+<td><a href="#QT_TRANSLATE_NOOP">QT_TRANSLATE_NOOP</a></td>
+<td>Function to tell 'lupdate' which strings to keep for translation.</td>
+</tr>
 </table>
 <hr /><hr />
 <a NAME="DuplicateArgument" ID="DuplicateArgument"></a>
@@ -648,5 +651,26 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="QT_TRANSLATE_NOOP" ID="QT_TRANSLATE_NOOP"></a>
+<h2>QT_TRANSLATE_NOOP</h2>
+<b>QT_TRANSLATE_NOOP</b>(<i>mod, txt</i>)
+<p>
+    Function to tell 'lupdate' which strings to keep for translation.
+</p><dl>
+<dt><i>mod</i></dt>
+<dd>
+module name
+</dd><dt><i>txt</i></dt>
+<dd>
+translatable string
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+the untranslated! string
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial