Maybe fix build with old version of Qt (or Dbus, not sure)
This commit is contained in:
parent
e694575b4f
commit
8bd4a5831c
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||||
<node>
|
<node>
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
<arg type="a{sv}" name="changed_properties" direction="out"/>
|
<arg type="a{sv}" name="changed_properties" direction="out"/>
|
||||||
<arg type="as" name="invalidated_properties" direction="out"/>
|
<arg type="as" name="invalidated_properties" direction="out"/>
|
||||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
|
||||||
|
<!-- Aparently some old version of Qt/Dbus thinks interfaces have "input" parameters -->
|
||||||
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
|
||||||
</signal>
|
</signal>
|
||||||
</interface>
|
</interface>
|
||||||
</node>
|
</node>
|
||||||
|
|
Loading…
Reference in a new issue