Avoid C++20 compatibility warning

This commit is contained in:
Martchus 2023-05-21 18:56:00 +02:00
parent 2e3c92cec9
commit bccd953274
1 changed files with 4 additions and 0 deletions

View File

@ -48,9 +48,13 @@
<property name="Following" type="s" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
</property>
<!--
This property would conflict with the C++20 keyword "requires". It is not used anyways so
it has been disabled for now.
<property name="Requires" type="as" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
</property>
-->
<property name="Requisite" type="as" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
</property>