diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:58:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:58:19 -0600 |
commit | 26abe38d0748c549f2458da57507614fad599d83 (patch) | |
tree | 02bc387417c25ba4cc5744f8addf7e3dacf24292 /dcoppython | |
parent | e1a0e352b6ead69ed6f55476272ace842fbbdf74 (diff) | |
download | tdebindings-26abe38d0748c549f2458da57507614fad599d83.tar.gz tdebindings-26abe38d0748c549f2458da57507614fad599d83.zip |
Fix retquire
Diffstat (limited to 'dcoppython')
-rw-r--r-- | dcoppython/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/README b/dcoppython/README index 5a7dd642..88dcccf8 100644 --- a/dcoppython/README +++ b/dcoppython/README @@ -21,7 +21,7 @@ a data file called marshal_funcs.data by a converter script, gen_marshal_funcs.p marshal_funcs.data contains the basic code necessary to marshal and demarshal the different types that DCOP can handle. For example, it codes how to convert a TQString for use by Python (in this case, a Python string) and the reverse - what the user may supply in Python when -DCOP retquires a TQString. In addition to the fundemental types, more complex QT classes are +DCOP requires a TQString. In addition to the fundemental types, more complex QT classes are coded, such as TQRect (which converts to a Python tuple ( (x1,y1), (x2,y2) ) ). Documentation is auto-generated out of marshal_funcs.data, creating file marshal_funcs_doc.html, |