summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-09-24 16:01:20 +0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-09-25 08:11:46 +0800
commit04a093de6b41821211aa16bb031ca37ac9745bc1 (patch)
tree0f9706251aba05c374aaa0720a3b4cd6bfc2a6da
parentd02ac96300fc378e285f641f2dcd6ea95b906158 (diff)
libqtappfw: bluetooth: fix typo for device_priorities verb access
Change-Id: Iea11b79a0e81299f9af91babf093f06be25062f5 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--bluetooth/bluetoothmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bluetoothmessage.h b/bluetooth/bluetoothmessage.h
index dde91d8..89aef1a 100644
--- a/bluetooth/bluetoothmessage.h
+++ b/bluetooth/bluetoothmessage.h
@@ -34,7 +34,7 @@ class BluetoothMessage : public Message
QStringList verbs {
"start_discovery" , "stop_discovery", "power",
"remove_device", "pair", "cancel_pair",
- "connect", "disconnect", "device_priorites",
+ "connect", "disconnect", "device_priorities",
"set_device_property", "set_property", "discovery_result",
"set_avrcp_controls", "send_confirmation", "version",
"subscribe", "unsubscribe",
und-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
DISTFILES = icon.svg config.xml

copy_icon.target = $$OUT_PWD/root/icon.svg
copy_icon.depends = $$_PRO_FILE_PWD_/icon.svg
copy_icon.commands = $(COPY_FILE) \"$$replace(copy_icon.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_icon.target, /, $$QMAKE_DIR_SEP)\"
QMAKE_EXTRA_TARGETS += copy_icon
PRE_TARGETDEPS += $$copy_icon.target

copy_config.target = $$OUT_PWD/root/config.xml
copy_config.depends = $$_PRO_FILE_PWD_/config.xml
copy_config.commands = $(COPY_FILE) \"$$replace(copy_config.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_config.target, /, $$QMAKE_DIR_SEP)\"
QMAKE_EXTRA_TARGETS += copy_config
PRE_TARGETDEPS += $$copy_config.target

WGT_TYPE =
CONFIG(debug, debug|release) {
    WGT_TYPE = -debug
}

wgt.target = package
wgt.commands = wgtpkg-pack -f -o mediaplayer$${WGT_TYPE}.wgt root

QMAKE_EXTRA_TARGETS += wgt