summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2024-12-19 10:20:34 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2025-01-10 17:01:22 +0300
commitad2091dee019a68145610081a75fae3b90f0c44d (patch)
tree9f0a9b94474f2a8be09745025ce7bd346f3e7dee /include/linux
parent41a00051283e301f7e0009626ddf591542e30161 (diff)
downloadlinux-ad2091dee019a68145610081a75fae3b90f0c44d.tar.xz
kconfig: qconf: use preferred form of QString API
A QString constructed from a character literal of length 0, i.e. "", is not "null" for historical reasons. This does not matter here so use the preferred method isEmpty() instead. Also directly construct empty QString objects instead of passing in an empty character literal that has to be parsed into an empty object first. Signed-off-by: Rolf Eike Beer <eb@emlix.com> Link: https://doc.qt.io/qt-6/qstring.html#distinction-between-null-and-empty-strings Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions