Fix compilation with Qt 6.7.0beta1

Fix the wrong placement of the `-->`; not sure why this was not detected as
invalid XML before.
This commit is contained in:
Martchus 2023-12-21 18:24:50 +01:00
parent 8cac56c246
commit 51e266fbac
1 changed files with 2 additions and 2 deletions

View File

@ -206,12 +206,12 @@
<!--<property name="Conditions" type="a(sbbsi)" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
</property>
<property name="Asserts" type="a(sbbsi)" access="read">-->
<property name="Asserts" type="a(sbbsi)" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
</property>
<property name="LoadError" type="(ss)" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
</property>
</property>-->
<property name="Transient" type="b" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
</property>