mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[qrvthtool] Replace deprecated <=qt-4.7 QtDBus annotations with current ones.
This commit is contained in:
parent
5eef2e9221
commit
754a2da58b
@ -9,7 +9,7 @@
|
||||
<method name="AddMenuItem">
|
||||
<arg type="u" direction="out"/>
|
||||
<arg name="hints" type="a{sv}" direction="in"/>
|
||||
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||||
</method>
|
||||
<method name="RemoveMenuItem">
|
||||
<arg type="u" direction="out"/>
|
||||
@ -17,7 +17,7 @@
|
||||
</method>
|
||||
<method name="UpdateDockItem">
|
||||
<arg name="hints" type="a{sv}" direction="in"/>
|
||||
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
</method>
|
||||
</interface>
|
||||
|
Loading…
Reference in New Issue
Block a user