aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-28 20:19:49 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:00 -0300
commiteb2a982b94a20bc55a173e24908b6b5bf6bfe296 (patch)
treee5121bbab9cc7740bce7ef309975d0f9d5f6ab7b
parent610fc659e802c05e14ec4e905f06a19b5306ce2a (diff)
Added missing format attribute.
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 90b6336fa..34180a0c2 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">