summaryrefslogtreecommitdiff
path: root/xml/Image.xml
diff options
context:
space:
mode:
authorJos van den Oever <jos@vandenoever.info>2020-07-19 23:46:26 +0200
committerMike Gorse <mgorse@suse.com>2020-07-21 20:34:26 -0500
commit7e19ba4dad1639f23b9704187e8790b125936b43 (patch)
tree5e0cd9d2766dccf659248abf4031ffee1d10bc78 /xml/Image.xml
parent2dec82d993129d487285dccc2bc6c10e2763e240 (diff)
downloadat-spi2-core-7e19ba4dad1639f23b9704187e8790b125936b43.tar.gz
Fix Qt annotations in DBus xml files
The tools qdbusxml2cpp was reporting errors on these files. The annotations are now changed to fix these various errors including - missing annotation - wrongly nested <annotation/> element - wrong Qt type - missing direction attribute The files were checked with for f in *.xml; do echo $f; qdbusxml2cpp -p o $f; echo $?; done
Diffstat (limited to 'xml/Image.xml')
-rw-r--r--xml/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/Image.xml b/xml/Image.xml
index 43536ee9..1dd72f19 100644
--- a/xml/Image.xml
+++ b/xml/Image.xml
@@ -9,7 +9,7 @@
<method name="GetImageExtents">
<arg direction="in" name="coordType" type="u"/>
<arg direction="out" type="(iiii)"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiRect"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiRect"/>
</method>
<method name="GetImagePosition">