feat: 增加RunCommandWithOptions接口

无

Log: 无
Influence: 无
Task: https://pms.uniontech.com/task-view-220801.html
Change-Id: Ibeb61119d911e3274c7cd4d39fd0060beefdb518
This commit is contained in:
范朋程
2022-12-22 17:58:45 +08:00
committed by fanpengcheng
parent 18c0c308f4
commit df598fb4b4
5 changed files with 14 additions and 8 deletions

View File

@ -38,6 +38,12 @@
<arg name="exe" type="s" direction="in"></arg>
<arg name="args" type="as" direction="in"></arg>
</method>
<method name="RunCommandWithOptions">
<arg name="exe" type="s" direction="in"></arg>
<arg name="args" type="as" direction="in"></arg>
<arg name="options" type="a{sv}" direction="in"></arg>
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
</method>
<signal name='AutostartChanged'>
<arg type='s' name='status' />
<arg type='s' name='filePath' />