diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-27 20:02:10 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-27 20:02:10 +0800 |
commit | e4634efdc6b985001c079f61368e6780127371f2 (patch) | |
tree | c7bf875d29436dcac1893b2f3e0557c8885bcbcc /LICENSE | |
parent | 1046e52b2936b64d7b112e1408136ad0bec0464b (diff) |
fix(IconItem.qml): Remove qml M126 warningicefish_8.99.1icefish/8.99.18.99.1
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: I96de9ecace7ea519946c0df739db9753d44d2dfd
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions