Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Fix warnings in build with Qt 5.12.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 5, 2020
1 parent dfcdb16 commit 75afa10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/com.canonical.dbusmenu.xml
Expand Up @@ -184,7 +184,7 @@ License version 3 and version 2.1 along with this program. If not, see
<!-- Functions -->

<method name="GetLayout">
<annotation name="com.trolltech.QtDBus.QtTypeName.Out1" value="DBusMenuLayoutItem"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="DBusMenuLayoutItem"/>
<dox:d>
Provides the layout and propertiers that are attached to the entries
that are in the layout. It only gives the items that are children
Expand Down Expand Up @@ -225,8 +225,8 @@ License version 3 and version 2.1 along with this program. If not, see
</method>

<method name="GetGroupProperties">
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QList&lt;int&gt;"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="DBusMenuItemList"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QList&lt;int&gt;"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuItemList"/>
<dox:d>
Returns the list of items which are children of @a parentId.
</dox:d>
Expand Down Expand Up @@ -316,8 +316,8 @@ License version 3 and version 2.1 along with this program. If not, see

<!-- Signals -->
<signal name="ItemsPropertiesUpdated">
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="DBusMenuItemList"/>
<annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="DBusMenuItemKeysList"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuItemList"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="DBusMenuItemKeysList"/>
<dox:d>
Triggered when there are lots of property updates across many items
so they all get grouped into a single dbus message. The format is
Expand Down

0 comments on commit 75afa10

Please sign in to comment.