Skip to content
  • Jos van den Oever's avatar
    Fix Qt annotations in DBus xml files · 7e19ba4d
    Jos van den Oever authored and Mike Gorse's avatar Mike Gorse committed
    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
    7e19ba4d