fix: Remove qml M126 warning 77/22477/1 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Sun, 22 Sep 2019 12:56:19 +0000 (20:56 +0800)
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Sun, 22 Sep 2019 12:56:19 +0000 (20:56 +0800)
commit57881a95bf730dec7dd010bc086a5c42003840d4
tree46c93228a9c74366026ceb45b282767e5e9564a6
parentae47635e56c4af4d816a76e5186e945768543679
fix: Remove qml M126 warning

Message:
== and != may perform type coercion, use === or !== to avoid it.

Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.

Bug-AGL: SPEC-2814

Change-Id: I4dd5848797f445d082242a5c5e2a0148ea790dc0
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
app/api/GPS.qml
app/api/GeoFence.qml
app/forms/RouteList.qml
app/map/MapComponent.qml
app/map/Marker.qml
app/mapviewer.qml