summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Oleynik <AOleynik@luxoft.com>2015-04-28 16:28:21 +0300
committerAndrey Oleynik <my@email.com>2015-04-28 21:59:20 +0300
commit9d0600b8a793dbab111dd98a34a6e4478d823ed1 (patch)
tree81f201e0f5f4a3b6aa45e35f2f0c38dc8112a4be
parent390870b553bb5a68901b5bcdf75b6e76d25d11bd (diff)
downloadsdl_core-9d0600b8a793dbab111dd98a34a6e4478d823ed1.tar.gz
Added same changes to QT_HMI.
-rw-r--r--src/components/interfaces/QT_HMI_API.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index 5b13cf020f..34e4d1ff5c 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -1064,6 +1064,7 @@
<element name="ALERT" />
<element name="SPEAK" />
<element name="AUDIO_PASS_THRU" />
+ <element name="ALERT_MANEUVER" />
</enum>
<enum name="AlertType">
@@ -3014,6 +3015,9 @@
<param name="softButtons" type="Common.SoftButton" minsize="0" maxsize="3" array="true" mandatory="false">
<description>If omitted, only the system defined "Close" SoftButton should be displayed.</description>
</param>
+ <param name="appID" type="Integer" mandatory="true">
+ <description>ID of the application requested this RPC.</description>
+ </param>
</function>
<function name="AlertManeuver" messagetype="response">
</function>