diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-28 20:19:49 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-28 20:23:32 -0300 |
commit | 75f799872bf3f386f70a0d85bd62879ec14b18f8 (patch) | |
tree | 1aa675d7b48a66d5a781fbbc03e8cd49855b28e4 | |
parent | 1ab21c4b28485cece41ca4c0ac3e780baf522234 (diff) | |
download | pyside-75f799872bf3f386f70a0d85bd62879ec14b18f8.tar.gz pyside-75f799872bf3f386f70a0d85bd62879ec14b18f8.tar.xz pyside-75f799872bf3f386f70a0d85bd62879ec14b18f8.zip |
Added missing format attribute.
-rw-r--r-- | PySide/QtCore/typesystem_core.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index d3d0b53..4a6374a 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -492,7 +492,7 @@ </value-type> <object-type name="QResource"> <modify-function signature="data()const"> - <inject-documentation> + <inject-documentation format="target"> Returns a read only buffer object pointing to the segment of data that this resource represents. If the resource is compressed the data returns is compressed and qUncompress() must be used to access the data. If the resource is a directory None is returned. </inject-documentation> <modify-argument index="return"> |