diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-27 20:30:15 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-27 20:30:15 +0800 |
commit | b0aafb16a361b6c3333095c3f300c9efeb980928 (patch) | |
tree | 500eda00ae8233ca7b15b577e628f7c84cc2a299 /app/taskmanager.cpp | |
parent | ef658a08a990e45664aac23ceee20197d807a672 (diff) |
fix(main.qml): Remove qml M126 warningicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.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: I72afe29de46ad93d49537f16a758c33a706246e9
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'app/taskmanager.cpp')
0 files changed, 0 insertions, 0 deletions